1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

system base path - SSL auto-detection was disabled (thanks Luceos)

This commit is contained in:
secretr
2010-02-25 10:06:26 +00:00
parent c52ed87733
commit bc3d5efeeb

View File

@@ -301,7 +301,7 @@ class e107
$this->file_path = $this->fix_windows_paths($e107_root_path)."/"; $this->file_path = $this->fix_windows_paths($e107_root_path)."/";
// set base path, SSL is auto-detected // set base path, SSL is auto-detected
$this->set_base_path(false); $this->set_base_path();
// set some core URLs (e_LOGIN/SIGNUP) // set some core URLs (e_LOGIN/SIGNUP)
$this->set_urls(); $this->set_urls();
@@ -333,7 +333,7 @@ class e107
$this->file_path = $this->fix_windows_paths($e107_root_path)."/"; $this->file_path = $this->fix_windows_paths($e107_root_path)."/";
// set base path, SSL is auto-detected // set base path, SSL is auto-detected
$this->set_base_path(false); $this->set_base_path();
// set some core URLs (e_LOGIN/SIGNUP) // set some core URLs (e_LOGIN/SIGNUP)
$this->set_urls(); $this->set_urls();