Base auth

This commit is contained in:
Dupard
2021-09-09 01:13:46 +02:00
parent a3fcf1beeb
commit 20055cc57e
7 changed files with 94 additions and 16 deletions

View File

@@ -0,0 +1,4 @@
<?php
session_destroy();
header('Location: ../../')
?>