renamed to .php

This commit is contained in:
Hickmeister
2025-01-04 14:28:31 +00:00
parent 0fa05b6514
commit 3216e90c4f
3 changed files with 3 additions and 3 deletions

View File

@@ -2,6 +2,6 @@
session_start();
session_unset();
session_destroy();
header("Location: /login.html");
header("Location: /login.php");
exit();
?>