Merge pull request #22 from iridos/15-kalender-wird-für-normale-benutzer-gar-nicht-angezeigt

fix double include
This commit is contained in:
iridos 2024-01-16 11:15:46 +01:00 committed by GitHub
commit 5dfeee3101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php <?php
// create the file below from the template: // create the file below from the template:
require_once '../bengelsystem_konfiguration.php'; require_once __DIR__ . '/../bengelsystem_konfiguration.php';
// muss nicht angepasst werden // no changes needed // muss nicht angepasst werden // no changes needed
// Zeitbereich: -1 davor, 0 kein Limit, 1-N Tag N der Con, 1000: nach der Con // Zeitbereich: -1 davor, 0 kein Limit, 1-N Tag N der Con, 1000: nach der Con