fix errors

This commit is contained in:
Zdenek Borovec 2024-07-31 06:55:42 +02:00
parent 48a0d1660a
commit e8b715de8d
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<?php
$COMMONS = $_SERVER['DOCUMENT_ROOT'] . "/../common";
$COMMONS = "./../../docs/common";
include_once($COMMONS."/header.php");

View file

@ -3,7 +3,7 @@ $COMMONS = $_SERVER['DOCUMENT_ROOT'] . "/../common";
include_once($COMMONS."/header.php");
display_header("403: Forbidden");
display_header("500: Internal Server Error");
?>
<article>

View file

@ -4,7 +4,7 @@ $COMMONS = $_SERVER['DOCUMENT_ROOT'] . "/../common";
include_once($COMMONS."/header.php");
display_header("403: Forbidden");
display_header("503: Service Unavailable");
?>
<article>