menambahkan fitur login dan edit data

This commit is contained in:
powji17
2026-06-10 16:02:04 +07:00
parent 64ca4e3565
commit 7c1b4375e7
17 changed files with 1201 additions and 67 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
session_start();
session_destroy();
header("Location: index.php");
exit;
?>