clement %!s(int64=2) %!d(string=hai) anos
pai
achega
3c53df4b46
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
     }