Changeset 535
- Timestamp:
- 09/09/06 09:40:06 (2 years ago)
- Files:
-
- devel/login/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/login/index.php
r514 r535 9 9 if (empty($redirect_url)) { 10 10 $redirect_url = $CFG->wwwroot . "index.php"; 11 } 12 if (substr_count($redirect_url,$CFG->wwwroot) == 0) { 13 $redirect_url = substr($CFG->wwwroot,a,strlen($CFG->wwwroot) - 1) . $redirect_url; 11 14 } 12 15
