소스 검색

Forgot one..

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']);
 	}
 
 }