diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-07-15 08:23:31 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-07-15 08:23:31 +0000 |
commit | f8789446a50c48091727b92c5f53cd529d0ad95e (patch) | |
tree | 24bec556e9c5d997a001ffa278fa4a806672227a /include | |
parent | f34f88614d5b81ddee55626d998bfb7cde8b34cf (diff) |
merge from trunk r1469:1470 into branch 1.6 (feature 470)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1471 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r-- | include/config_default.inc.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index c0a98eb44..c4c4bdb4d 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -388,6 +388,11 @@ $conf['webmaster_id'] = 1; // allow to use adviser mode $conf['allow_adviser'] = false; +// does the guest have access ? +// (not a security feature, set your categories "private" too) +// If false it'll be redirected from index.php to identification.php +$conf['guest_access'] = true; + // +-----------------------------------------------------------------------+ // | upload | // +-----------------------------------------------------------------------+ |