From c5ea14849ba91cda88c58cf19eb261d687745ac0 Mon Sep 17 00:00:00 2001 From: Tyler Akins Date: Mon, 23 Apr 2001 13:36:32 +0000 Subject: [PATCH] * Squished a warning --- functions/strings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/strings.php b/functions/strings.php index 84353fd5b..0180871f7 100644 --- a/functions/strings.php +++ b/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, '/'));