X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=installed_extensions.php;h=f18c1ff6563a7727d4f76f50152806c8bc1a75d0;hb=07a0b37ca7360c5dbb058f5a0ba4c5752671dda7;hp=002256124b0b1a4c7a5b1afbbb5b70fc054d0235;hpb=4d5e7f226ff4816a67fe29bf5f0ed11acbcbd33b;p=fa-stable.git diff --git a/installed_extensions.php b/installed_extensions.php index 00225612..f18c1ff6 100644 --- a/installed_extensions.php +++ b/installed_extensions.php @@ -7,7 +7,7 @@ -- 'name' is the name of the extension module. Will become the index of the application -- 'title' is the Menu Title -- 'folder' is the folder where the extension files exist - +-- 'acc_file' is path inside extension folder to optional file with $security_areas/$security_sections extensions */ $installed_extensions = array (); @@ -15,8 +15,9 @@ $installed_extensions = array (); // example /* $installed_extensions = array ( - 0 => array ('app_file' => 'organizer.php', 'name' => 'organizer', 'title' => 'Organizer', 'folder' => 'organizer'), - array ('app_file' => 'payroll.php', 'name' => 'payroll', 'title' => 'Payroll', 'folder' => 'payroll') - ); + 0 => array ('app_file' => 'organizer.php', 'name' => 'organizer', 'title' => 'Organizer', 'folder' => 'organizer', + 'acc_file'=>'')), + array ('app_file' => 'payroll.php', 'name' => 'payroll', 'title' => 'Payroll', 'folder' => 'payroll', + 'acc_file'=>'includes/access_exts.inc')); */ ?> \ No newline at end of file