Browse Source

Fixed typo

clement 2 years ago
parent
commit
3c53df4b46
1 changed files with 1 additions and 1 deletions
  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();
     }