소스 검색

* 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, '/'));