@@ -84,7 +84,7 @@ Class User {
$this->loggedIn = false;
unset($_SESSION['username']);
session_destroy();
- header("Location: http://atoffice");
+ header("Location: " . $CONFIG['url']);
}