summaryrefslogtreecommitdiffstats
path: root/Applications/phpmyadmin/test.php
diff options
context:
space:
mode:
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);
+?>