adding authentication
Deploy / deploy (push) Successful in 38s

This commit is contained in:
2026-05-07 19:40:39 +02:00
parent 1cf8d9f664
commit f5bdf57265
7 changed files with 381 additions and 19 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
session_start();
$_SESSION = array();
session_destroy();
header('Location: /');
exit;