Update the URL to the dashboard
This commit is contained in:
parent
af3c1bb193
commit
7e0b4045db
|
|
@ -80,7 +80,7 @@
|
|||
header("Location: ".PROJECT_PATH.$_SESSION["login"]["destination"]["url"]);
|
||||
}
|
||||
else {
|
||||
header("Location: ".PROJECT_PATH."/core/user_settings/user_dashboard.php");
|
||||
header("Location: ".PROJECT_PATH."/core/dashboard/");
|
||||
}
|
||||
exit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue