mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-17 23:22:56 +02:00
improve : allow to redirect guest from index.php to identification.php (feature 470)
usefull if the whole gallery is private we lost it when category.php became index.php git-svn-id: http://piwigo.org/svn/trunk@1470 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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 |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user