- Timestamp:
- 2007/09/28 10:36:09 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/require.php
r16134 r16135 55 55 } 56 56 57 $url = ""; 58 if (SC_Utils_Ex::sfIsHTTPS()) { 59 $url = SSL_URL; 60 } else { 61 $url = SITE_URL; 62 } 57 63 header("Location: " 58 . SC_Utils_Ex::sfRmDupSlash( SITE_URL. URL_DIR . "mobile/" . $path));64 . SC_Utils_Ex::sfRmDupSlash($url . URL_DIR . "mobile/" . $path)); 59 65 exit; 60 66 }
Note: See TracChangeset
for help on using the changeset viewer.