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

@@ -10,7 +10,7 @@
die;
}
echo file_get_contents("html/header.html");
echo file_get_contents("header_footer/header.php");
?>
<body>
@@ -36,5 +36,5 @@
<?php
$con = null;
echo file_get_contents("html/footer.html");
echo file_get_contents("header_footer/footer.html");
?>