fix errors

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

View file

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

View file

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

View file

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