X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=installed_extensions.php;fp=installed_extensions.php;h=0000000000000000000000000000000000000000;hb=74eabb5769f01203484f13b9736c8a56011b48f4;hp=002256124b0b1a4c7a5b1afbbb5b70fc054d0235;hpb=ebc600101ceab69c06eac4b1bd4d1782af45de05;p=fa-stable.git diff --git a/installed_extensions.php b/installed_extensions.php deleted file mode 100644 index 00225612..00000000 --- a/installed_extensions.php +++ /dev/null @@ -1,22 +0,0 @@ - ') --- 'app_file' is the application file name to be put into folder applications --- '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 - -*/ - -$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') - ); -*/ -?> \ No newline at end of file