From c315cbdb9bdfd9636ea455be1772af2fb97bd2a7 Mon Sep 17 00:00:00 2001 From: RussH Date: Fri, 19 Jan 2024 13:55:30 +0000 Subject: [PATCH] Update XML Module index.php (#636) added reference to LEGACY_ROOT as per issue here; https://forums.opencats.org/viewtopic.php?t=1936&sid=1acaab71cefa4ebc258022d0e211e45f --- xml/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/xml/index.php b/xml/index.php index 889ff24b..ea786ea1 100644 --- a/xml/index.php +++ b/xml/index.php @@ -34,6 +34,7 @@ $xmlPage = true; chdir('..'); +include_once('config.php'); include_once(LEGACY_ROOT . '/lib/CATSUtility.php'); include_once(CATSUtility::getIndexName());