Compare commits

..

2 Commits

Author SHA1 Message Date
64927531a9 update 2024-05-29 19:27:59 +02:00
db3625d9b3 UP 2024-05-29 19:27:39 +02:00

@ -33,7 +33,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST" && isset($_POST["submit"]) && sha1($_PO
$skeleton = file_get_contents('templates/skeleton.html');
$menu_obsah = file_get_contents('templates/header.html');
$menu_obsah = file_get_contents('templates/404.html');
$out = str_replace('__TEMPLATE_HEADER__', $menu_obsah, $skeleton);
$footer_obsah = file_get_contents('templates/footer.html');