X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=frontaccounting.php;h=60ebd99ccd6a0756100474df4f87b9e02b18d073;hb=af78fbb535a6fedbc2eb70a26ddc39739be2b986;hp=267780b191b40593fbf4880aea4d5c480ccf5415;hpb=c70823611ef71079c28542f4810cc50c183a8cd5;p=fa-stable.git diff --git a/frontaccounting.php b/frontaccounting.php index 267780b1..60ebd99c 100644 --- a/frontaccounting.php +++ b/frontaccounting.php @@ -25,7 +25,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ foreach ($installed_extensions as $ext) { if ($ext['type'] == 'module') - @include_once($path_to_root."/".$ext['path']."/".$ext['filename']); + include_once($path_to_root."/".$ext['path']."/".$ext['filename']); } }