plugin.config.php (fogproject-1.5.5) | : | plugin.config.php (fogproject-1.5.6) | ||
---|---|---|---|---|
skipping to change at line 25 | skipping to change at line 25 | |||
* | * | |||
* @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'] = 'accesscontrol'; | $fog_plugin['name'] = 'accesscontrol'; | |||
$fog_plugin['description'] = 'The access control can restrict using' | $fog_plugin['description'] = 'The access control can restrict using' | |||
. ' different roles and rules.'; | . ' different roles and rules. Version 1.5.5'; | |||
$fog_plugin['menuicon'] = 'fa fa-user-secret fa-fw'; | $fog_plugin['menuicon'] = 'fa fa-user-secret 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 |