Make use of Yapter Template Engine

This commit is contained in:
2023-02-13 09:31:40 +01:00
parent 7322231d3e
commit 8d00ee5e1b
100 changed files with 4804 additions and 2666 deletions

View File

@@ -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");
?>