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