From dc5df43d161f371dde9c1dc8de4de1b34b9c314f Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Tue, 21 May 2013 11:28:24 +0200 Subject: [PATCH] //remove useless comments --- classes/Tools.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Tools.php b/classes/Tools.php index dffeb9528..f5ca5a939 100644 --- a/classes/Tools.php +++ b/classes/Tools.php @@ -267,7 +267,7 @@ class ToolsCore // $_SERVER['SSL'] exists only in some specific configuration if (isset($_SERVER['SSL'])) return ($_SERVER['SSL'] == 1 || strtolower($_SERVER['SSL']) == 'on'); - // $_SERVER['REDIRECT_HTTPS'] exists only in some specific configuration (e.g. Gandi's simple hosting) + // $_SERVER['REDIRECT_HTTPS'] exists only in some specific configuration if (isset($_SERVER['REDIRECT_HTTPS'])) return ($_SERVER['REDIRECT_HTTPS'] == 1 || strtolower($_SERVER['REDIRECT_HTTPS']) == 'on');