replace by NOALYSS_INCLUDE

This commit is contained in:
sparkyx 2023-07-30 17:59:32 +02:00
parent 7192013a7e
commit 121abf8bf1

View file

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