plugin.config.php (fogproject-1.5.5) | : | plugin.config.php (fogproject-1.5.6) | ||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
* Access control plugin | * Access control plugin | |||
* | * | |||
* @category Access_Control | * @category Access_Control | |||
* @package FOGProject | * @package FOGProject | |||
* @author Fernando Gietz <fernando.gietz@gmail.com> | * @author Fernando Gietz <fernando.gietz@gmail.com> | |||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3 | * @license http://opensource.org/licenses/gpl-3.0 GPLv3 | |||
* @link https://fogproject.org | * @link https://fogproject.org | |||
*/ | */ | |||
$fog_plugin = array(); | $fog_plugin = array(); | |||
$fog_plugin['name'] = 'site'; | $fog_plugin['name'] = 'site'; | |||
$fog_plugin['description'] = 'This plugin restricts the access to the item by si te'; | $fog_plugin['description'] = 'This plugin restricts the access to the item by si te. Version 1.5.5_2'; | |||
$fog_plugin['menuicon'] = 'fa fa-building fa-fw'; | $fog_plugin['menuicon'] = 'fa fa-building fa-fw'; | |||
$fog_plugin['menuicon_hover'] = null; | $fog_plugin['menuicon_hover'] = null; | |||
$fog_plugin['entrypoint'] = 'html/run.php'; | $fog_plugin['entrypoint'] = 'html/run.php'; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |