mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Get the login destination from the settings
This commit is contained in:
@@ -30,6 +30,6 @@
|
|||||||
require_once "resources/check_auth.php";
|
require_once "resources/check_auth.php";
|
||||||
|
|
||||||
//redirect to the dashboard
|
//redirect to the dashboard
|
||||||
header("Location: ".PROJECT_PATH."/core/dashboard/");
|
header("Location: ".$settings->get('login', 'destination', PROJECT_PATH.'/core/dashboard/'));
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user