Moritz Schmidt hace 10 años
padre
commit
0f6ff8751b
Se han modificado 1 ficheros con 1 adiciones y 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']);
 	}
 
 }