From 9baf80021513070e58b7a331124ad51f11de183c Mon Sep 17 00:00:00 2001 From: kc1awv Date: Tue, 27 Oct 2020 16:04:15 -0400 Subject: [PATCH] is paresexml needed? --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 234ad66..525ee5d 100644 --- a/index.php +++ b/index.php @@ -19,7 +19,7 @@ if (file_exists("./include/config.inc.php")) { die("config.inc.php does not exist. Be sure to copy /include/config.inc.php.dist to /include/config.inc.php and edit the file accordingly."); } -if (!class_exists('ParseXML')) require_once("./include/class.parsexml.php"); +//if (!class_exists('ParseXML')) require_once("./include/class.parsexml.php"); if (!class_exists('Node')) require_once("./include/class.node.php"); if (!class_exists('xReflector')) require_once("./include/class.reflector.php"); if (!class_exists('Station')) require_once("./include/class.station.php");