From bc3d5efeeb2dc017af2bb87c21ca1abdb5f5d080 Mon Sep 17 00:00:00 2001 From: secretr Date: Thu, 25 Feb 2010 10:06:26 +0000 Subject: [PATCH] system base path - SSL auto-detection was disabled (thanks Luceos) --- e107_handlers/e107_class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_handlers/e107_class.php b/e107_handlers/e107_class.php index 81ce36c8b..805fe1a53 100644 --- a/e107_handlers/e107_class.php +++ b/e107_handlers/e107_class.php @@ -301,7 +301,7 @@ class e107 $this->file_path = $this->fix_windows_paths($e107_root_path)."/"; // set base path, SSL is auto-detected - $this->set_base_path(false); + $this->set_base_path(); // set some core URLs (e_LOGIN/SIGNUP) $this->set_urls(); @@ -333,7 +333,7 @@ class e107 $this->file_path = $this->fix_windows_paths($e107_root_path)."/"; // set base path, SSL is auto-detected - $this->set_base_path(false); + $this->set_base_path(); // set some core URLs (e_LOGIN/SIGNUP) $this->set_urls();