浏览代码

* Squished a warning

Tyler Akins 24 年之前
父节点
当前提交
c5ea14849b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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, '/'));