Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix typo in SSL indication
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Dec 17, 2013
1 parent 24f1a7d commit 67b334a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/core/tests/test.SSLEncryption.php
Expand Up @@ -38,7 +38,7 @@ public function doTest()
}
if (!$ssl) {
$this->failedLevel = "warning";
$this->failedInfo .= "<p class='suggestion'><b>Suggestion</b> : if your server supports HTTPS, set the AJXP_FORCE_REDIRECT_HTTPS parameter in the <i>conf/bootstrap_conf.php</i> file.</p>";
$this->failedInfo .= "<p class='suggestion'><b>Suggestion</b> : if your server supports HTTPS, set the AJXP_FORCE_SSL_REDIRECT parameter in the <i>conf/bootstrap_conf.php</i> file.</p>";
return FALSE;
} else {
$this->failedInfo .= "Https protocol detected";
Expand Down

0 comments on commit 67b334a

Please sign in to comment.