mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
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
c2682e4e74
commit
0cf17d27ec
@ -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>
|
2011-09-26 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||||
|
|
||||||
* include/functions_graph.php: Fixed a problem with graphs which
|
* 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!).
|
// Set to 1 to do not check for installer or config file (for development!).
|
||||||
// Activate gives more error information, not useful for production sites
|
// Activate gives more error information, not useful for production sites
|
||||||
$develop_bypass = 1;
|
$develop_bypass = 0;
|
||||||
|
|
||||||
if ($develop_bypass != 1) {
|
if ($develop_bypass != 1) {
|
||||||
// If no config file, automatically try to install
|
// If no config file, automatically try to install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user