attmpt fix error page

This commit is contained in:
Fred Boniface 2022-09-21 10:40:51 +01:00
parent a6fdc117e1
commit 1b145dfe47

View File

@ -2,8 +2,7 @@
<html>
<head>
<?php
set_include_path("../.");
include './page-blocks/headers.php';
include '../page-blocks/headers.php';
?>
<title>Athena - Error 404</title>
</head>