From b654e5eb68c5d054c42a75dccade26ae7a475576 Mon Sep 17 00:00:00 2001 From: Nils <> Date: Sat, 13 Dec 2025 22:49:42 +0100 Subject: [PATCH] Update protokolle.php for new host --- protokolle.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/protokolle.php b/protokolle.php index a304353..e19415c 100644 --- a/protokolle.php +++ b/protokolle.php @@ -6,11 +6,11 @@
 
 PHP Configuration changed. The autoload.php file is missing. Please run composer install or composer require vstelmakh/url-highlight. Please inform the osamc.de staff about this problem.

"; + echo "

PHP Configuration changed. The autoload.php file is missing. Please run composer install or composer require vstelmakh/url-highlight. Please inform the köln.sonoj.org staff about this problem.

"; exit; // Stop script execution } @@ -18,7 +18,7 @@ require $autoloadPath; // Check if UrlHighlight class exists using its fully qualified name if (!class_exists('VStelmakh\UrlHighlight\UrlHighlight')) { - echo "

PHP Configuration changed. Run composer require vstelmakh/url-highlight. Please inform the osamc.de staff about this problem.

"; + echo "

PHP Configuration changed. Run composer require vstelmakh/url-highlight. Please inform the köln.sonoj.org staff about this problem.

"; exit; // Stop script execution } @@ -29,7 +29,7 @@ use VStelmakh\UrlHighlight\UrlHighlight; // Main logic of the script starts here $urlHighlight = new UrlHighlight(); -$files = glob("./protokolle/osamc_*.txt"); +$files = glob("./protokolle/*.txt"); foreach(array_reverse($files) as $file){ $path_parts = pathinfo($file); echo "

" . $path_parts['filename'] . "

";