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

#877

Files:
1 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