Moritz Schmidt %!s(int64=10) %!d(string=hai) anos
pai
achega
0f6ff8751b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      includes/user.inc.php

+ 1 - 1
includes/user.inc.php

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