2011-09-26 Sancho Lerena <slerena@artica.es>
* 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
This commit is contained in:
parent
ae27a60b55
commit
20252bf796
|
@ -1,3 +1,8 @@
|
|||
2011-09-26 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* pandora_console/index.php: Developer mode disabled.
|
||||
Ready for 4.0 release !
|
||||
|
||||
2011-09-26 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||
|
||||
* include/functions_graph.php: Fixed a problem with graphs which
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue