mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-30 11:19:22 +02:00
Lower case fix, thanks to @triath for noticing it.
This commit is contained in:
parent
4ee1227001
commit
6577469bb9
@ -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';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user