Add pedoman content and editor assets

This commit is contained in:
Power BI Dev
2026-05-02 10:12:20 +07:00
parent 5fb1151fea
commit 1eddcea89f
111 changed files with 28255 additions and 0 deletions

13
pedoman/authlogout.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
include('koneksi.php');
define("ADMIN", false);
define("LOGIN", false);
define("USERNAME", false);
session_destroy();
setcookie('ebookft', "", (time() - 2592000), "/", "", 0);
$_SESSION['ebookft'] = "";
header('Location: index.php');