Repos header

This commit is contained in:
2024-05-31 12:49:47 +02:00
parent 0da314a31d
commit c62321f854
8 changed files with 11 additions and 16 deletions
+1 -2
View File
@@ -10,6 +10,7 @@
<?php
include_once "../../base/settings.php";
include_once "../../base/headers.php";
Headers::html();
/* Aufgabe 1 (A)
Programmieren Sie eine Funktion buildlink,
@@ -121,8 +122,6 @@ Details siehe Aufgabenstellung in Blackboard. */
echo getHits("counter.txt");
addHit("counter.txt");
Headers::html();
?>
</body>