From 9228133b16f6d628d49e567fca39de6d934683d9 Mon Sep 17 00:00:00 2001 From: fidian Date: Mon, 23 Apr 2001 13:36:32 +0000 Subject: [PATCH] * Squished a warning git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1292 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/strings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/strings.php b/functions/strings.php index 84353fd5..0180871f 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, '/')); -- 2.25.1