diff options
author | chris <cl@startx.fr> | 2014-06-20 19:27:35 +0200 |
---|---|---|
committer | chris <cl@startx.fr> | 2014-06-20 19:27:35 +0200 |
commit | 4c69461903ba2dafda2e3d2c856d86148edf5b07 (patch) | |
tree | 2923dda8792064d577b2183eac4452b290552357 /Applications/phpmyadmin/test.php | |
parent | 8b6370786114c8491e5ce7150a9ee10d4f5fbf76 (diff) | |
download | phpmyadmin-4c69461903ba2dafda2e3d2c856d86148edf5b07.tar.gz phpmyadmin-4c69461903ba2dafda2e3d2c856d86148edf5b07.tar.bz2 phpmyadmin-4c69461903ba2dafda2e3d2c856d86148edf5b07.tar.xz phpmyadmin-4c69461903ba2dafda2e3d2c856d86148edf5b07.zip |
Added sample to the readme and change directory structure
Diffstat (limited to 'Applications/phpmyadmin/test.php')
-rw-r--r-- | Applications/phpmyadmin/test.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Applications/phpmyadmin/test.php b/Applications/phpmyadmin/test.php new file mode 100644 index 0000000..a7796a0 --- /dev/null +++ b/Applications/phpmyadmin/test.php @@ -0,0 +1,4 @@ +<?php +print_r($_SERVER); +print_r($_ENV); +?> |