Changeset 492 for devel/config-dist.php
- Timestamp:
- 08/10/06 18:44:44 (2 years ago)
- Files:
-
- devel/config-dist.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/config-dist.php
r483 r492 42 42 43 43 $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; 44 49 45 50 // If the following string is non-blank, it must be present within … … 96 101 97 102 $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;103 103 104 104 //
