[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 04/05: replace by NOALYSS_INCLUDE
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 04/05: replace by NOALYSS_INCLUDE |
Date: |
Wed, 9 Aug 2023 09:20:30 -0400 (EDT) |
sparkyx pushed a commit to branch devel
in repository noalyss.
commit 4e9aea0a3fe8ee37766a991ecc7c5217fa7c730a
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Jul 30 17:59:32 2023 +0200
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;