X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=index.php;h=ab6764f0204a0dcb10a26091027f3c7ce6085b45;hb=6db1cc793fa3d760f1ebff244af2ef8e8cb5d845;hp=aa0e763e3eefa9bdd4ad24a758997c1e8a1715ca;hpb=902f1015d874c33bd7946b17de2ad80b4f2144b6;p=fa-stable.git diff --git a/index.php b/index.php index aa0e763e..ab6764f0 100644 --- a/index.php +++ b/index.php @@ -14,6 +14,7 @@ ini_set('xdebug.auto_trace',1); include_once("includes/session.inc"); + add_access_extensions(); $app = &$_SESSION["App"]; if (isset($_GET['application'])) $app->selected_application = $_GET['application'];