Skip redirect and prompt for login

This commit is contained in:
FusionPBX 2023-06-17 15:27:56 -06:00 committed by GitHub
parent 0dc9aaabe8
commit 719b84ed2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@
require_once "themes/".$_SESSION['domain']['template']['name']."/index.php";
}
else {
header("Location: ".PROJECT_PATH."/core/dashboard/");
//login prompt
require_once "resources/check_auth.php";
}
}