From a8a328c45b8cc90282b1d9d1c59d108c474ec44a Mon Sep 17 00:00:00 2001 From: simonpipe Date: Thu, 28 May 2026 08:40:59 +0200 Subject: [PATCH] Update externallinks.php --- externallinks.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/externallinks.php b/externallinks.php index 804a65b..4f45800 100644 --- a/externallinks.php +++ b/externallinks.php @@ -1,5 +1,5 @@ yellow->config->get("serverBase")."/system/plugins/externallinks/"; - $output .= "\n"; + // Passt den Pfad dynamisch an das neue workers-Verzeichnis an + $location = $this->yellow->config->get("serverBase").$this->yellow->config->get("workerDir")."externallinks.js"; + $output .= "\n"; } return $output; }