Rewritten extensions system to enable per company module/plugin
[fa-stable.git] / includes / main.inc
index 1a2478e9f6a9580c54aa0d50d354f05be1d3981f..f52d88c6088a5d383ffa926f80dddab4c5d75484 100644 (file)
@@ -24,7 +24,6 @@ include_once($path_to_root . "/includes/db/audit_trail_db.inc");
 include_once($path_to_root . "/admin/db/users_db.inc");
 include_once($path_to_root . "/includes/ui/ui_view.inc");
 include_once($path_to_root . "/includes/ui/ui_controls.inc");
-include_once($path_to_root . "/installed_extensions.php");
        
 function page($title, $no_menu=false, $is_index=false, $onload="", $js="", $script_only=false)
 {