Changeset 5674 for trunk/interface/index.php
- Timestamp:
- 03/31/08 00:17:15 (8 months ago)
- Files:
-
- 1 modified
-
trunk/interface/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/index.php
r5672 r5674 49 49 // Redirect for ipod touch / iPhone 50 50 if(setting::getBlogSettingGlobal('useiPhoneUI',true) && (strpos($_SERVER['HTTP_USER_AGENT'],'iPod') || strpos($_SERVER['HTTP_USER_AGENT'],'iPhone'))){ 51 header("Location: $blogURL/ m"); exit;51 header("Location: $blogURL/i"); exit; 52 52 } 53 53
