Moritz Schmidt пре 10 година
родитељ
комит
0f6ff8751b
1 измењених фајлова са 1 додато и 1 уклоњено
  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']);
 	}
 
 }