First commit
This commit is contained in:
8
app/ZnoteAAC/logout.php
Normal file
8
app/ZnoteAAC/logout.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
require_once 'engine/init.php'; include 'layout/overall/header.php';
|
||||
|
||||
if (isset($_SESSION)) {
|
||||
session_destroy();
|
||||
header('Location: index.php');
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user