diff options
author | rub <rub@piwigo.org> | 2006-03-17 17:59:59 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-03-17 17:59:59 +0000 |
commit | 62b589964a5bd86b1ba74514cd9990d3078bf197 (patch) | |
tree | f160cc99f24498d1d2e4f5b8ed4edc1754b610f9 /include/config_default.inc.php | |
parent | 97b681f1fa58e72bacff516ac51b35577181367b (diff) |
Step 8 improvement issue 0000301:
o Add $conf['allow_adviser']
git-svn-id: http://piwigo.org/svn/trunk@1087 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index da9a9de75..cbb74ad83 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -378,6 +378,9 @@ $conf['guest_id'] = 2; // webmaster_id : webmaster'id. $conf['webmaster_id'] = 1; +// allow to use adviser mode +$conf['allow_adviser'] = false; + // +-----------------------------------------------------------------------+ // | upload | // +-----------------------------------------------------------------------+ |