mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-11-29 08:56:51 +01:00
Lower case fix, thanks to @triath for noticing it.
This commit is contained in:
@@ -14,7 +14,7 @@ if (file_exists($config['server_path'].'/config.lua')) {
|
|||||||
echo 'Couldn\'t locate stages.xml';
|
echo 'Couldn\'t locate stages.xml';
|
||||||
}
|
}
|
||||||
} else {
|
} 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');
|
$stages_path = simplexml_load_file($config['server_path'].'/data/XML/stages.xml');
|
||||||
} else {
|
} else {
|
||||||
echo 'Couldn\'t locate stages.xml';
|
echo 'Couldn\'t locate stages.xml';
|
||||||
|
|||||||
Reference in New Issue
Block a user