Update index.php
This commit is contained in:
parent
2197aa0c74
commit
ef3bd6ddaf
|
|
@ -34,7 +34,7 @@
|
|||
} elseif (file_exists("/etc/fusionpbx/config.conf")){
|
||||
//Linux
|
||||
} else {
|
||||
header("Location: ".PROJECT_PATH."/core/install/install.php");
|
||||
header("Location: /core/install/install.php");
|
||||
exit;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue