Step 8 improvement issue 0000301:

o Add $conf['allow_adviser']


git-svn-id: http://piwigo.org/svn/trunk@1087 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2006-03-17 17:59:59 +00:00
parent 97b681f1fa
commit 62b589964a
5 changed files with 35 additions and 9 deletions
+3
View File
@@ -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 |
// +-----------------------------------------------------------------------+