From 67b334a66c7bf98fcc39b42a09b2799c8511a9b4 Mon Sep 17 00:00:00 2001 From: cdujeu Date: Tue, 17 Dec 2013 19:29:54 +0100 Subject: [PATCH] Fix typo in SSL indication --- core/src/core/tests/test.SSLEncryption.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/core/tests/test.SSLEncryption.php b/core/src/core/tests/test.SSLEncryption.php index 2ef9103afa..19695e63d9 100644 --- a/core/src/core/tests/test.SSLEncryption.php +++ b/core/src/core/tests/test.SSLEncryption.php @@ -38,7 +38,7 @@ public function doTest() } if (!$ssl) { $this->failedLevel = "warning"; - $this->failedInfo .= "

Suggestion : if your server supports HTTPS, set the AJXP_FORCE_REDIRECT_HTTPS parameter in the conf/bootstrap_conf.php file.

"; + $this->failedInfo .= "

Suggestion : if your server supports HTTPS, set the AJXP_FORCE_SSL_REDIRECT parameter in the conf/bootstrap_conf.php file.

"; return FALSE; } else { $this->failedInfo .= "Https protocol detected";