Update the URL to the dashboard
This commit is contained in:
parent
7e0b4045db
commit
ce4d77e6f9
|
|
@ -85,12 +85,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
//set message
|
||||
//...
|
||||
|
||||
//redirect
|
||||
header('Location: '.PROJECT_PATH.'/core/user_settings/user_dashboard.php');
|
||||
exit;
|
||||
header('Location: '.PROJECT_PATH.'/core/dashboard/');
|
||||
exit;
|
||||
}
|
||||
|
||||
//get the agent list from event socket
|
||||
|
|
|
|||
Loading…
Reference in New Issue