1 <?php 2 /** 3 * Access control plugin 4 * 5 * PHP version 5 6 * 7 * @category Access_Control 8 * @package FOGProject 9 * @author Fernando Gietz <fernando.gietz@gmail.com> 10 * @license http://opensource.org/licenses/gpl-3.0 GPLv3 11 * @link https://fogproject.org 12 */ 13 /** 14 * Access control plugin 15 * 16 * @category Access_Control 17 * @package FOGProject 18 * @author Fernando Gietz <fernando.gietz@gmail.com> 19 * @license http://opensource.org/licenses/gpl-3.0 GPLv3 20 * @link https://fogproject.org 21 */ 22 $fog_plugin = array(); 23 $fog_plugin['name'] = 'site'; 24 $fog_plugin['description'] = 'This plugin restricts the access to the item by site. Version 1.5.8'; 25 $fog_plugin['menuicon'] = 'fa fa-building fa-fw'; 26 $fog_plugin['menuicon_hover'] = null; 27 $fog_plugin['entrypoint'] = 'html/run.php';