1
0
Fork 0
fake_data/includes/config.plugin.php

6 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/";