Initial Rewrite

This commit is contained in:
Matthew Vale
2015-11-17 17:01:33 +00:00
parent 09db455c3a
commit 702466ea52
16 changed files with 3400 additions and 35 deletions

View File

@@ -41,7 +41,7 @@ include "root.php";
} 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_first_time.php");
exit;
}