Changeset 1470 for trunk/include


Ignore:
Timestamp:
Jul 15, 2006, 10:20:47 AM (18 years ago)
Author:
chrisaga
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r1412 r1470  
    389389$conf['allow_adviser'] = false;
    390390
     391// does the guest have access ?
     392// (not a security feature, set your categories "private" too)
     393// If false it'll be redirected from index.php to identification.php
     394$conf['guest_access'] = true;
     395
    391396// +-----------------------------------------------------------------------+
    392397// |                                upload                                 |
Note: See TracChangeset for help on using the changeset viewer.