Browse Source

Fixed typo

clement 2 năm trước cách đây
mục cha
commit
3c53df4b46
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/controllers/user.php

+ 1 - 1
src/controllers/user.php

@@ -43,7 +43,7 @@ function form_password() {
     session_start();
 
     if (!isset($_SESSION['user'])) {
-        header('Location: signin.php');
+        header('Location: signin');
         exit();
     }