replace by NOALYSS_INCLUDE

This commit is contained in:
sparkyx 2023-07-30 17:56:32 +02:00
commit a7f8e99cf0
2 changed files with 3 additions and 7 deletions

View file

@ -38,6 +38,9 @@
if ( ! defined('ALLOWED')) define ('ALLOWED',1);
require_once '../include/constant.php';
global $dirname;
require_once NOALYSS_INCLUDE."/lib/ac_common.php";
global $http;
$http=new HttpInput();

View file

@ -1,7 +0,0 @@
begin;
COMMENT ON TABLE public.jrn_tax IS 'Additional Tax (Ploynesie)';
INSERT INTO public."parameter" (pr_id, pr_value)VALUES('MY_REPORT', 'N');
insert into version (val,v_description) values (184,'Mantis #2128: Clôture comptabilité française');
commit;