From 4e9aea0a3fe8ee37766a991ecc7c5217fa7c730a Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sun, 30 Jul 2023 17:59:32 +0200 Subject: [PATCH] replace by NOALYSS_INCLUDE --- html/ajax_misc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/ajax_misc.php b/html/ajax_misc.php index b8ebfebdc..c82c28411 100644 --- a/html/ajax_misc.php +++ b/html/ajax_misc.php @@ -38,7 +38,7 @@ if ( ! defined('ALLOWED')) define ('ALLOWED',1); require_once '../include/constant.php'; -global $dirname; + require_once NOALYSS_INCLUDE."/lib/ac_common.php"; global $http;