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.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/Applications/phpmyadmin/test.php b/Applications/phpmyadmin/test.php
index a7796a0..2cb53e7 100644
--- a/Applications/phpmyadmin/test.php
+++ b/Applications/phpmyadmin/test.php
@@ -1,4 +1,5 @@
<?php
-print_r($_SERVER);
-print_r($_ENV);
+var_dump($_SERVER);
+var_dump($_ENV);
+var_dump(getenv('MARIADB_ENV_MYSQL_USER'));
?>