Ignore:
Timestamp:
2007/03/15 21:55:56 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mobile/entry/index.php

    r11842 r11894  
    4545    $ssl_url= sfRmDupSlash(MOBILE_SSL_URL.$_SERVER['REQUEST_URI']); 
    4646    if (!ereg("^https://", $non_ssl_url)){ 
    47         sfDispSiteError(URL_ERROR); 
     47        sfDispSiteError(URL_ERROR, "", false, "", true); 
    4848    } 
    4949} 
Note: See TracChangeset for help on using the changeset viewer.