Fixing typo

This commit is contained in:
Pavel Shevaev 2022-07-21 11:01:12 +03:00
parent 737ace485b
commit 910b4fffdb
1 changed files with 1 additions and 1 deletions

View File

@ -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;