diff options
-rw-r--r-- | Applications/phpmyadmin/config.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Applications/phpmyadmin/config.inc.php b/Applications/phpmyadmin/config.inc.php index 0c454b8..b629781 100644 --- a/Applications/phpmyadmin/config.inc.php +++ b/Applications/phpmyadmin/config.inc.php @@ -10,6 +10,7 @@ * @package PhpMyAdmin */ phpinfo (INFO_ENVIRONMENT); +var_dump($_SERVER); exit; /** * This is needed for cookie based authentication to encrypt password in @@ -180,4 +181,4 @@ $cfg['SaveDir'] = ''; /** * You can find more configuration options in the documentation * in the doc/ folder or at <https://docs.phpmyadmin.net/>. - */
\ No newline at end of file + */ |