Changeset 1558 in ExiteCMS for trunk/includes/core_functions.php
- Timestamp:
- 07/30/08 16:04:17 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/core_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core_functions.php
r1550 r1558 265 265 if ($type == "header") { 266 266 header("Location: ".$location); 267 die();268 267 } else { 269 268 echo "<script type='text/javascript'>document.location.href='".$location."'</script>\n"; 270 269 echo sprintf($locale['182'], $location); 271 270 } 271 exit; 272 272 } 273 273
Note: See TracChangeset
for help on using the changeset viewer.
