summaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
authornashe <thomas@chauchefoin.fr>2017-05-28 13:49:56 +0200
committernashe <thomas@chauchefoin.fr>2017-05-28 13:49:56 +0200
commitb3610f17ef53dd3b3455614263ffd809843b101c (patch)
tree98eae966c33b1abc3e1f606f9953a9a40ebfe35e /install.php
parentb3274cae04bc319c71d9d2037384480e8f8dc43c (diff)
downloadplanet-b3610f17ef53dd3b3455614263ffd809843b101c.tar
planet-b3610f17ef53dd3b3455614263ffd809843b101c.tar.gz
planet-b3610f17ef53dd3b3455614263ffd809843b101c.tar.bz2
planet-b3610f17ef53dd3b3455614263ffd809843b101c.tar.xz
planet-b3610f17ef53dd3b3455614263ffd809843b101c.zip
Move the debug directive to configuration file
Diffstat (limited to 'install.php')
-rwxr-xr-xinstall.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/install.php b/install.php
index cc539dd..9f627ae 100755
--- a/install.php
+++ b/install.php
@@ -25,7 +25,8 @@ if (file_exists(dirname(__FILE__) . '/custom/config.yml') && isset($login) && is
'cache' => 10,
'nohtml' => 0,
'postmaxlength' => 0,
- 'cachedir' => './cache'
+ 'cachedir' => './cache',
+ 'debug' => false
);
$CreatePlanetConfig = new PlanetConfig($config);