7 Zeilen
279 B
PHP
7 Zeilen
279 B
PHP
|
<?php
|
||
|
defined('CON_FRAMEWORK') || die('Illegal call: Missing framework initialization - request aborted.');
|
||
|
|
||
|
$pluginName = basename(dirname(__DIR__, 1));
|
||
|
|
||
|
$cfg['plugins'][$pluginName] = cRegistry::getBackendPath() . cRegistry::getConfigValue('path', 'plugins') . "$pluginName/";
|