mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
fixed redirect loop
This commit is contained in:
@@ -42,7 +42,7 @@ if (is_https()) {
|
||||
}
|
||||
|
||||
global $installer_url;
|
||||
$installer_url = $http_scheme . '://' . $_SERVER['HTTP_HOST'] . '/' . substr(str_replace(["index.php", "/install/"], "", $_SERVER['REQUEST_URI']), 1) . '/install';
|
||||
$installer_url = $http_scheme . '://' . $_SERVER['HTTP_HOST'] . '/' . substr(str_replace(["index.php", "/install/"], "/", $_SERVER['REQUEST_URI']), 1) . 'install';
|
||||
|
||||
// Config Paths
|
||||
$db_config_path = '../application/config/';
|
||||
|
||||
Reference in New Issue
Block a user