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);