X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Faccess_levels.inc;h=0851d1a04f915e9dd6ae013cf3c8e077ca985d63;hb=5a96d27422f2eb4b45738ad54894a032e0495cb4;hp=ee7288602494b17fb9367aa9f94d130da7480792;hpb=749eba79a95008edf017d7d6381779fd46d91308;p=fa-stable.git diff --git a/includes/access_levels.inc b/includes/access_levels.inc index ee728860..0851d1a0 100644 --- a/includes/access_levels.inc +++ b/includes/access_levels.inc @@ -301,7 +301,7 @@ function get_access_extensions($id) { $security_sections = $security_areas = array(); if (isset($ext['acc_file'])) - include($path_to_root.'/'.$ext['path'].'/'.$ext['acc_file']); + include_once($path_to_root.'/'.$ext['path'].'/'.$ext['acc_file']); return array($security_areas, $security_sections); }