Fix the redirect on two more files.
This commit is contained in:
parent
c99caf57bb
commit
343abf2511
|
|
@ -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