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; }