From 6577469bb92cbb7547de9fe7d1437edb863b97a9 Mon Sep 17 00:00:00 2001 From: Znote Date: Sun, 24 May 2015 22:49:38 +0200 Subject: [PATCH] Lower case fix, thanks to @triath for noticing it. --- serverinfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverinfo.php b/serverinfo.php index 9044a8a..1a97ca9 100644 --- a/serverinfo.php +++ b/serverinfo.php @@ -14,7 +14,7 @@ if (file_exists($config['server_path'].'/config.lua')) { echo 'Couldn\'t locate stages.xml'; } } else { - if (file_exists($config['server_path'].'/data/xml/stages.xml')) { + if (file_exists($config['server_path'].'/data/XML/stages.xml')) { $stages_path = simplexml_load_file($config['server_path'].'/data/XML/stages.xml'); } else { echo 'Couldn\'t locate stages.xml';