Fix undefined constant "back" in fm_dir.php line 77
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/91764d0c-a31b-4328-b85e-cc2b4e201bf1 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
1e8ad7a10f
commit
164132c4f3
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ function exec_ogp_module()
|
||||||
if($path == clean_path($home_cfg['home_path']."/"))
|
if($path == clean_path($home_cfg['home_path']."/"))
|
||||||
{
|
{
|
||||||
print_failure(get_lang_f("dir_not_found",$path));
|
print_failure(get_lang_f("dir_not_found",$path));
|
||||||
echo "<table class='center'><tr><td><a href='?m=gamemanager&p=game_monitor&home_id=".$home_cfg['home_id']."'><< ". back ."</a></td></tr></table>";
|
echo "<table class='center'><tr><td><a href='?m=gamemanager&p=game_monitor&home_id=".$home_cfg['home_id']."'><< ".get_lang('back')."</a></td></tr></table>";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue