Revert "Update system/core/Common.php"

This reverts commit 8af05ac97513764cc539919e179794df87352c30.
diff --git a/system/core/Common.php b/system/core/Common.php
index b9c8727..258cd49 100644
--- a/system/core/Common.php
+++ b/system/core/Common.php
@@ -343,7 +343,7 @@
 	 */
 	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 @@
 }
 
 /* End of file Common.php */
-/* Location: ./system/core/Common.php */
+/* Location: ./system/core/Common.php */
\ No newline at end of file