summaryrefslogtreecommitdiffstats
path: root/phpmyadmin/test.php
diff options
context:
space:
mode:
authorchris <cl@startx.fr>2014-06-20 19:26:53 +0200
committerchris <cl@startx.fr>2014-06-20 19:26:53 +0200
commit8b6370786114c8491e5ce7150a9ee10d4f5fbf76 (patch)
treec1bbdc577d5e3f29bb19859198ed84a12669d239 /phpmyadmin/test.php
parent5973bf226ae3ab4ceca6fec1e1bdac8bf38c7db8 (diff)
downloadphpmyadmin-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.php4
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);
-?>