Skip to content
Code-Schnipsel Gruppen Projekte
Commit f8ad9f02 erstellt von Florian Bogner's avatar Florian Bogner
Dateien durchsuchen

docs: improved documentation and readability

Übergeordneter 1d5cae6f
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
Keine zugehörigen Merge Requests gefunden
......@@ -26,12 +26,14 @@ QUI::$Ajax->registerFunction(
// Build the web reachable path for the plugin directory
$pluginPath = QUI::getPackage("quiqqer/ckeditor4")->getVarDir() . "plugins";
$varParent = dirname(VAR_DIR);
$pluginPath = str_replace($varParent, "", $pluginPath);
# Parse the URL directory
$pluginUrlPath = str_replace($varParent, "", $pluginPath);
$data = array(
'plugins' => $Manager->getActivePlugins(),
'pluginPath' => $pluginPath
'pluginPath' => $pluginUrlPath
);
return $data;
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren