Explorar o código

* Squished a warning

Tyler Akins %!s(int64=24) %!d(string=hai) anos
pai
achega
c5ea14849b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions/strings.php

+ 1 - 1
functions/strings.php

@@ -241,7 +241,7 @@
 
       // check for HTTPS mode (you must have 'SSLOptions +StdEnvVars'
       // in your apache config).
-      $HTTPS=getenv(HTTPS); 
+      $HTTPS=getenv('HTTPS');
 
       // Get the path
       $path = substr($PHP_SELF, 0, strrpos($PHP_SELF, '/'));