Change app/user to app/user_settings.

This commit is contained in:
Mark Crane
2013-01-05 06:58:14 +00:00
parent 3307967d9c
commit 5f138a5f52
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -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/user_dashboard.php";
$_SESSION['login']['destination']['url'] = PROJECT_PATH."/user_settings/user_dashboard.php";
}
//add the header