Added page function + needed files & debug

This commit is contained in:
2026-04-30 01:14:13 +01:00
parent 2115a94a1f
commit 29c112c8d5
6 changed files with 116 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
<?php
include("./config/init.php");
php_pages("error");
include(ROOT_DIR . "/templates/header.php");
include("./pages/home.php");
include("./templates/footer.php");