Changeset 539
- Timestamp:
- 09/12/06 13:52:28 (2 years ago)
- Files:
-
- devel/includes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/includes.php
r519 r539 98 98 // and walled garden functionality is turned on, redirect to 99 99 // the logon screen 100 if (!empty($CFG->walledgarden) && context != "external"&& !logged_on) {100 if (!empty($CFG->walledgarden) && (context != "external" || !defined("context")) && !logged_on) { 101 101 header("Location: " . $CFG->wwwroot . "login/index.php"); 102 102 exit();
