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