git.ithinksw.org
/
extjs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
provide installation instructions
[extjs.git]
/
examples
/
statusbar
/
fake.php
1
<?php
2
// fake form save
3
sleep(2);
4
echo '{success:true}';
5
?>