Changeset 5674
- Timestamp:
- 03/31/08 00:17:15 (6 months ago)
- Location:
- trunk/interface
- Files:
-
- 2 modified
-
index.php (modified) (1 diff)
-
m/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 -
trunk/interface/m/index.php
r5672 r5674 8 8 // Redirect for ipod touch / iPhone 9 9 if(strpos($_SERVER['HTTP_USER_AGENT'],'iPod') || strpos($_SERVER['HTTP_USER_AGENT'],'iPhone')){ 10 header("Location: $blogURL/ m"); exit;10 header("Location: $blogURL/i"); exit; 11 11 } 12 12 requireView('mobileView');
