Store in GIT

This commit is contained in:
2026-06-17 11:55:21 +02:00
parent 1aa2681e15
commit cfdfa5d709
45 changed files with 10719 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
SESSION_START();
if(SESSION_DESTROY()){
header('Location: /login/');
}
else{
header('Location: /');
}
?>