From 20252bf796be8fdc2de87dd5f89a03e5e85729a7 Mon Sep 17 00:00:00 2001 From: slerena Date: Mon, 26 Sep 2011 13:33:15 +0000 Subject: [PATCH] 2011-09-26 Sancho Lerena * pandora_console/index.php: Developer mode disabled. Ready for 4.0 release ! git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5006 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/index.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 95aae881f5..b500582c5a 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-09-26 Sancho Lerena + + * pandora_console/index.php: Developer mode disabled. + Ready for 4.0 release ! + 2011-09-26 Dario Rodriguez * include/functions_graph.php: Fixed a problem with graphs which diff --git a/pandora_console/index.php b/pandora_console/index.php index 4d3f3f309a..3aaab15b39 100644 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -21,7 +21,7 @@ if (function_exists ('mb_internal_encoding')) { // Set to 1 to do not check for installer or config file (for development!). // Activate gives more error information, not useful for production sites -$develop_bypass = 1; +$develop_bypass = 0; if ($develop_bypass != 1) { // If no config file, automatically try to install