소스 검색

Update to login

tags/rls1
kenn408k 6 년 전
부모
커밋
ac38712759
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      _login.php

+ 1
- 1
_login.php 파일 보기

@@ -53,7 +53,7 @@ if (isset($_POST['u']) && isset($_POST['p'])) {
53 53
             $_SESSION['username'] = $result['username'];
54 54
             $_SESSION['lvl'] = $result['level'];
55 55
 
56
-            header('Location: index.php?page=news');
56
+            header('Location: index.php?page=home');
57 57
             die("Error, please enable browser redirects.");
58 58
         } else {
59 59
             $error[] = "Mail wrong";

Loading…
취소
저장