Quote:
Originally Posted by KirbyDE
They are "set" nowhere except config.php, m8.
global.php just sets a flag if they should be shown or not.
|
Maybe there is more than 1 config.php, but in mine, all there is, is a few variables being set. Now, in my global.php, this statement:
Quote:
$show['admincplink'] = iif($permissions['adminpermissions'] & CANCONTROLPANEL, true, false);
|
is indeed 'setting' the item 'admincplink' in the $show array. Maybe our terminologies are a bit different! :speechless:
....jc