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:
authorDhananjay Nakrani <dhananjaynakrani@gmail.com>2014-06-07 14:20:13 +0400
committerDhananjay Nakrani <dhananjaynakrani@gmail.com>2014-06-16 10:20:54 +0400
commit9a1fb901d048d72ec2ab7660de7e839e253cb3b8 (patch)
tree0aa3a913990e513428de0b09674a797ebf7be0d0 /server_status_advisor.php
parente1ee8d2d9e0a08475fff7201d399992d57f1a1f4 (diff)
Remove included 'common_error_reporting.php' script and its inclusion from all the scripts.
Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
Diffstat (limited to 'server_status_advisor.php')
-rw-r--r--server_status_advisor.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/server_status_advisor.php b/server_status_advisor.php
index 932ecfead1..0d6d3b94d0 100644
--- a/server_status_advisor.php
+++ b/server_status_advisor.php
@@ -33,11 +33,6 @@ $response->addHTML($ServerStatusData->getMenuHtml());
$response->addHTML(PMA_getHtmlForAdvisor());
$response->addHTML('</div>');
-/**
- * Include error reporting script. Before exit.
- */
-require_once 'libraries/common_error_reporting.inc.php';
-
exit;
?>