Changeset 2628
- Timestamp:
- 12/01/06 17:02:47 (2 years ago)
- Files:
-
- 1 modified
-
branches/1.1-beta/blog/logout/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1-beta/blog/logout/index.php
r2219 r2628 18 18 fetchConfigVal(); 19 19 } 20 21 if (substr($blogURL, -1) != '/') $blogURL .= '/'; 22 if (substr($user['homepage'], -1) != '/') $user['homepage'] .= '/'; 23 20 24 if (isset($_GET['requestURI'])) 21 25 $_POST['requestURI'] = $_GET['requestURI']; … … 29 33 header("Location: $blogURL"); 30 34 } 35 31 36 ?>
