From 3c473b3a5c15526e28c2530c71cdae3f747932c3 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Thu, 27 May 2004 08:50:44 +0000 Subject: [PATCH] Change default ssl status to false. --- config/environment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.php b/config/environment.php index 8cb5b74..6d1b834 100644 --- a/config/environment.php +++ b/config/environment.php @@ -26,7 +26,7 @@ $default->fileSystemRoot = "/usr/local/www/dms"; // server settings $default->serverName = "change.to.your.hostname"; // whether ssl is enabled or not -$default->sslEnabled = true; +$default->sslEnabled = false; // Change this to reflect the authentication method you are using // valid choices are: DBAuthenticator, LDAPAuthenticator $default->authenticationClass = "DBAuthenticator"; -- libgit2 0.21.4