Changeset 492

Show
Ignore:
Timestamp:
08/10/06 18:44:44 (2 years ago)
Author:
ben
Message:

Moved walled garden to the authentication section of config.php.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/config-dist.php

    r483 r492  
    4242 
    4343    $CFG->publicinvite = true; 
     44 
     45// Set this to 1 to enable a walled garden - i.e., if you're not logged in, 
     46// all you can see is the login page. 
     47 
     48    $CFG->walledgarden = 0; 
    4449 
    4550// If the following string is non-blank, it must be present within 
     
    96101 
    97102    $CFG->rsspostsmaxage = 0; 
    98  
    99 // Set this to 1 to enable a walled garden - i.e., if you're not logged in, 
    100 // all you can see is the login page. 
    101  
    102     $CFG->walledgarden = 0; 
    103103 
    104104//