1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Code cleanup

This commit is contained in:
Cameron
2016-12-01 15:38:40 -08:00
parent 3877c7b6b0
commit 126f89da9f
8 changed files with 21 additions and 466 deletions

View File

@@ -526,7 +526,7 @@ if(e107::getPref('ssl_enabled') && !deftrue('e_SSL_DISABLE'))
{
// e_REQUEST_URL and e_REQUEST_URI introduced
$url = 'https://'.substr(e_REQUEST_URL, 7);
header('Location: '.$url);
e107::redirect($url);
exit;
}
}