From 1620ff0fc7fc80f0aef2a3f62c249de301794133 Mon Sep 17 00:00:00 2001 From: ramonn Date: Thu, 29 Nov 2012 15:19:06 +0000 Subject: [PATCH] 2012-11-29 Ramon Novoa * include/config_process.php: Reverted an accidental commit. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7203 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/include/config_process.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 444a72c079..1535dff5d5 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2012-11-29 Ramon Novoa + + * include/config_process.php: Reverted an accidental commit. + 2012-11-29 Ramon Novoa * include/functions_treeview.php, diff --git a/pandora_console/include/config_process.php b/pandora_console/include/config_process.php index 47b9fe3523..b8f1cf1268 100644 --- a/pandora_console/include/config_process.php +++ b/pandora_console/include/config_process.php @@ -33,7 +33,7 @@ if (empty($script_tz)){ global $develop_bypass; /* Help to debug problems. Override global PHP configuration */ -$develop_bypass = 1; +if (!isset($develop_bypass)) $develop_bypass = 0; if ($develop_bypass != 1) { // error_reporting(E_ALL);