From 121abf8bf1f20753fa5c0408fcd3daafd83b5025 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/ajax_misc.php b/html/ajax_misc.php index 9ec053a95..3227b94aa 100644 --- a/html/ajax_misc.php +++ b/html/ajax_misc.php @@ -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();