diff options
author | Chris Passas <cpassas@gmail.com> | 2013-02-13 17:45:20 +0100 |
---|---|---|
committer | Chris Passas <cpassas@gmail.com> | 2013-02-15 21:03:28 +0100 |
commit | 614cc1c384b84801428f9823007586584af00653 (patch) | |
tree | 4cd586222c708418c22929b8c8c29a7bc23d82ba /system/core | |
parent | ce6f43b7120a184aa0cff0bdb90fa3d7f032e14b (diff) |
Revert "Update system/core/Common.php"
This reverts commit 8af05ac97513764cc539919e179794df87352c30.
Diffstat (limited to 'system/core')
-rw-r--r-- | system/core/Common.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/core/Common.php b/system/core/Common.php index b9c872748..258cd4967 100644 --- a/system/core/Common.php +++ b/system/core/Common.php @@ -343,7 +343,7 @@ if ( ! function_exists('is_https')) */ function is_https() { - return ( ( ! empty($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) !== 'off' ) || ($_SERVER["SERVER_PORT"] === '443') ); + return ( ! empty($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) !== 'off'); } } @@ -713,4 +713,4 @@ if ( ! function_exists('function_usable')) } /* End of file Common.php */ -/* Location: ./system/core/Common.php */ +/* Location: ./system/core/Common.php */
\ No newline at end of file |