First Implementation

This commit is contained in:
2026-05-26 23:14:12 +02:00
parent 7706c7dfbf
commit 46a307a5b0
4 changed files with 12 additions and 5 deletions
+8 -1
View File
@@ -1,3 +1,7 @@
<?php
session_start();
ob_start();
?>
<!--
Seite: Index der Lernplattform
Funktion: Webseitengerüst, Anzeigen von Content
@@ -36,4 +40,7 @@
?>
</body>
</html>
</html>
<?php
ob_end_flush();
?>