install_first_time.php rename to install.php.

This commit is contained in:
markjcrane
2016-02-29 11:28:43 -07:00
parent 03897edf95
commit c23f53ea34
3 changed files with 12 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ include "root.php";
} elseif (file_exists("/usr/local/etc/fusionpbx/config.php")) {
//bsd
} else {
header("Location: ".PROJECT_PATH."/core/install/install_first_time.php");
header("Location: ".PROJECT_PATH."/core/install/install.php");
exit;
}