Add pedoman content and editor assets
This commit is contained in:
13
pedoman/authlogout.php
Normal file
13
pedoman/authlogout.php
Normal 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');
|
||||
Reference in New Issue
Block a user