Changeset 5674

Show
Ignore:
Timestamp:
03/31/08 00:17:15 (6 months ago)
Author:
inureyes
Message:

#877

Location:
trunk/interface
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/index.php

    r5672 r5674  
    4949// Redirect for ipod touch / iPhone 
    5050if(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; 
    5252} 
    5353 
  • trunk/interface/m/index.php

    r5672 r5674  
    88// Redirect for ipod touch / iPhone 
    99if(strpos($_SERVER['HTTP_USER_AGENT'],'iPod') || strpos($_SERVER['HTTP_USER_AGENT'],'iPhone')){ 
    10     header("Location: $blogURL/m"); exit; 
     10    header("Location: $blogURL/i"); exit; 
    1111} 
    1212requireView('mobileView');