Make use of Yapter Template Engine
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
include("header.php");
|
||||
session_start();
|
||||
|
||||
// clear and destroy session
|
||||
$_SESSION = array();
|
||||
@@ -7,5 +7,4 @@
|
||||
|
||||
header("Location: index.php");
|
||||
|
||||
include("footer.php");
|
||||
?>
|
||||
Reference in New Issue
Block a user