From df9d9a5e9dea2cc821933f66183e0cee52268824 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Fri, 15 Apr 2016 18:40:23 -0600 Subject: [PATCH] Fix the redirect on two more files. --- core/user_settings/user_dashboard.php | 2 +- login.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }