Upload files to "/"

This commit is contained in:
2026-06-03 05:09:24 +00:00
parent c34be3fcff
commit 87a62be146
5 changed files with 1101 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
// logout.php
require_once 'koneksi.php';
session_destroy();
header('Location: login.php');
exit;