Merge pull request #69 from GameServerPanel/copilot/fix-undefined-constant-back
This commit is contained in:
commit
e81e63bf1b
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']."/"))
|
||||
{
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue