diff --git a/core/user_settings/user_dashboard.php b/core/user_settings/user_dashboard.php index 6087aa5245..8a238bd2ab 100644 --- a/core/user_settings/user_dashboard.php +++ b/core/user_settings/user_dashboard.php @@ -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; } diff --git a/login.php b/login.php index 75ff792782..888470cf13 100644 --- a/login.php +++ b/login.php @@ -54,7 +54,7 @@ include "root.php"; //bsd } else { - header("Location: ".PROJECT_PATH."/resources/install.php"); + header("Location: ".PROJECT_PATH."/core/install/install.php"); exit; }