Fix the redirect on two more files.
This commit is contained in:
parent
f03cbc7b1a
commit
df9d9a5e9d
|
|
@ -37,7 +37,7 @@
|
|||
} elseif (file_exists("/usr/local/etc/fusionpbx/config.php")){
|
||||
//bsd
|
||||
} else {
|
||||
header("Location: ".PROJECT_PATH."/resources/install.php");
|
||||
header("Location: ".PROJECT_PATH."/core/install/install.php");
|
||||
exit;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue