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

merge from trunk r1469:1470 into branch 1.6 (feature 470)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/include/config_default.inc.php

    r1413 r1471  
    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.