summaryrefslogtreecommitdiffstats
path: root/Applications/phpmyadmin/test.php
diff options
context:
space:
mode:
authorchris <cl@startx.fr>2014-06-20 19:27:35 +0200
committerchris <cl@startx.fr>2014-06-20 19:27:35 +0200
commit4c69461903ba2dafda2e3d2c856d86148edf5b07 (patch)
tree2923dda8792064d577b2183eac4452b290552357 /Applications/phpmyadmin/test.php
parent8b6370786114c8491e5ce7150a9ee10d4f5fbf76 (diff)
downloadphpmyadmin-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.php4
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);
+?>