changed header.htmml to header.php

This commit is contained in:
2022-06-09 20:54:40 +02:00
parent 07becd4502
commit 78b481341f
9 changed files with 14 additions and 40 deletions

View File

@@ -15,7 +15,7 @@
$session = $_SESSION['select-statistics'];
}
echo file_get_contents("html/header.html");
echo file_get_contents("header_footer/header.php");
?>
<body>
@@ -60,6 +60,6 @@
</body>
<?php
echo file_get_contents("html/footer.html");
echo file_get_contents("header_footer/footer.html");
$con=null;
?>