mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-31 05:29:58 +00:00
change app/user_settings to core/user_settings
This commit is contained in:
@@ -32,7 +32,7 @@ require_once "includes/require.php";
|
||||
|
||||
//set a default login destination
|
||||
if (strlen($_SESSION['login']['destination']['url']) == 0) {
|
||||
$_SESSION['login']['destination']['url'] = PROJECT_PATH."/user_settings/user_dashboard.php";
|
||||
$_SESSION['login']['destination']['url'] = PROJECT_PATH."/core/user_settings/user_dashboard.php";
|
||||
}
|
||||
|
||||
//add the header
|
||||
|
||||
Reference in New Issue
Block a user