mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Revert "changes needed to run under web server subdirectory"
This commit is contained in:
@@ -54,7 +54,7 @@ $msg_box = array();
|
||||
// Check for install.inc.php
|
||||
if (!file_exists('../config.php') && $_SERVER['PATH_INFO'] != '/install.php') {
|
||||
// no config.php does so let's redirect to the install
|
||||
header('Location: install.php');
|
||||
header('Location: /install.php');
|
||||
exit;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user