email hinzugefügt
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
include('inc/check_login.php');
|
||||
include('inc/db.php');
|
||||
include('inc/head.php');
|
||||
|
||||
// Aktuelle Kalenderwoche berechnen
|
||||
$current_week = date('W');
|
||||
@@ -18,6 +17,9 @@ if (!$result) {
|
||||
}
|
||||
|
||||
$row = mysqli_fetch_assoc($result);
|
||||
|
||||
include('inc/header.php');
|
||||
|
||||
?>
|
||||
|
||||
<div class="container py-5">
|
||||
|
||||
Reference in New Issue
Block a user