Selaa lähdekoodia

Use the new dashboard.

FusionPBX 3 vuotta sitten
vanhempi
commit
c75a232016
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      index.php

+ 2 - 2
index.php

@@ -61,8 +61,8 @@
 	if (isset($_SESSION["username"])) {
 	if (isset($_SESSION["username"])) {
 		if (isset($_SESSION['login']['destination']['url'])) {
 		if (isset($_SESSION['login']['destination']['url'])) {
 			header("Location: ".$_SESSION['login']['destination']['url']);
 			header("Location: ".$_SESSION['login']['destination']['url']);
-		} elseif (file_exists($_SERVER["PROJECT_ROOT"]."/core/user_settings/user_dashboard.php")) {
-			header("Location: ".PROJECT_PATH."/core/user_settings/user_dashboard.php");
+		} elseif (file_exists($_SERVER["PROJECT_ROOT"]."/core/dashboard/app_config.php")) {
+			header("Location: ".PROJECT_PATH."/core/dashboard/");
 		}
 		}
 		else {
 		else {
 			require_once "resources/header.php";
 			require_once "resources/header.php";