X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Finst_module.php;h=5bce6ba6c509bf96a51de8834e4b00ab0eb8fa02;hb=2a0f29497517eca1cde8b2832da5761edefb2268;hp=5b5788e6739ac2674da37e3ff542e25ca5d330a8;hpb=d424105541040a975f03001cc051f1ec63797606;p=fa-stable.git diff --git a/admin/inst_module.php b/admin/inst_module.php index 5b5788e6..5bce6ba6 100644 --- a/admin/inst_module.php +++ b/admin/inst_module.php @@ -34,18 +34,6 @@ else $selected_id = -1; //--------------------------------------------------------------------------------------------- -function get_company_extensions($id = -1) { - - global $path_to_root; - - $file = $path_to_root.($id == -1 ? '' : '/company/'.$id).'/installed_extensions.php'; - $installed_extensions = array(); - if (is_file($file)) { - include($file); - } - return $installed_extensions; -} - function check_data($id, $exts) { if ($_POST['name'] == "") {