Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-08-10 13:05:47 +0400
committerRouslan Placella <rouslan@placella.com>2012-08-10 13:05:47 +0400
commit65ebb208095b9b86b28bb6071f44dd79d7d4e8ff (patch)
tree480828fad40062d6ee504e510772f68942d45a08 /phpinfo.php
parent211f15f296fb083969e2ad7c0cff847e46dd53ce (diff)
Disable header and footer when showing phpinfo()
Diffstat (limited to 'phpinfo.php')
-rw-r--r--phpinfo.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpinfo.php b/phpinfo.php
index 3a0752ff63..5854ff4c9e 100644
--- a/phpinfo.php
+++ b/phpinfo.php
@@ -10,7 +10,7 @@
* Gets core libraries and defines some variables
*/
require_once 'libraries/common.inc.php';
-
+PMA_Response::getInstance()->disable();
/**
* Displays PHP information