1
0
forked from piqah/DevWeb

[forum] source code

This commit is contained in:
root
2026-01-10 00:36:22 +00:00
commit 0c9996065a
9 changed files with 302 additions and 0 deletions

4
logout.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
session_start();
session_destroy();
header("Location: index.php");