projects
/
ldapsaisie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cc9ab5
)
Disable LSdebug by default
author
Benjamin Renard
<bn8@zionetrix.net>
Sun, 31 Mar 2013 03:28:06 +0000
(
05:28
+0200)
committer
Benjamin Renard
<bn8@zionetrix.net>
Sun, 31 Mar 2013 03:28:06 +0000
(
05:28
+0200)
public_html/conf/config.inc.php
patch
|
blob
|
history
diff --git
a/public_html/conf/config.inc.php
b/public_html/conf/config.inc.php
index
f404cb2
..
cf46ff4
100644
(file)
--- a/
public_html/conf/config.inc.php
+++ b/
public_html/conf/config.inc.php
@@
-182,7
+182,7
@@
define('LS_IMAGES_DIR', 'images/'.LS_THEME);
define('LS_CSS_DIR', 'css/'.LS_THEME);
//Debug
-define('LSdebug',
tru
e);
+define('LSdebug',
fals
e);
// Logs
$GLOBALS['LSlog']['filename'] = 'tmp/LS.log';