------------------------------------------------------------
revno: 1015
committer: Roger Martin <[email protected]>
branch nick: aikiframework
timestamp: Tue 2012-01-10 23:33:42 +0100
message:
  warning in _SERVEr[https] corrected
modified:
  libs/aiki.php


--
lp:aikiframework
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk

Your team Aiki Framework Developers is subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to 
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'libs/aiki.php'
--- libs/aiki.php	2012-01-09 12:55:27 +0000
+++ libs/aiki.php	2012-01-10 22:33:42 +0000
@@ -415,7 +415,7 @@
 				$paths[] = $language;
 			}
 
-			if ($_SERVER["HTTPS"] == "on") {
+			if ( isset($_SERVER["HTTPS"])) {
 				$url = str_replace("http://";, "https://";, $url);
 			}
 

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to