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:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user