Fixing typo
This commit is contained in:
parent
737ace485b
commit
910b4fffdb
|
@ -85,7 +85,7 @@ function get_env_file()
|
||||||
if($env)
|
if($env)
|
||||||
$env_filename = "$GAME_ROOT/env/$env.props.php";
|
$env_filename = "$GAME_ROOT/env/$env.props.php";
|
||||||
else
|
else
|
||||||
$env_filename = "$GAME_ROOT/" . get_root_env_props_name();
|
$env_filename = "$GAME_ROOT/" . get_root_env_name();
|
||||||
|
|
||||||
if(file_exists($env_filename))
|
if(file_exists($env_filename))
|
||||||
return $env_filename;
|
return $env_filename;
|
||||||
|
|
Loading…
Reference in New Issue