Subversion Repositories cheapmusic

Rev

Rev 35 | Rev 57 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35 Rev 42
Line 59... Line 59...
59
            MySessionHandler::commit(session_id());
59
            MySessionHandler::commit(session_id());
60
			header("Location: account.php");
60
			header("Location: account.php");
61
			exit();
61
			exit();
62
		}
62
		}
63
		break;
63
		break;
64
	case 'index.php':
-
 
65
	case 'index.php':
64
	case 'index.php':
66
		if($userLoggedIn){
65
		if($userLoggedIn){
67
            MySessionHandler::commit(session_id());
66
            MySessionHandler::commit(session_id());
68
			header("Location: account.php");
67
			header("Location: account.php");
69
			exit();
68
			exit();