Phase 3: Update remaining code references (classes, constants, functions)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
4b771d498f
commit
d692485a08
188 changed files with 338 additions and 338 deletions
|
|
@ -294,7 +294,7 @@ elseif($server_home['home_id'] == $_POST['home_id'])
|
|||
|
||||
|
||||
$cli_param_data['HOSTNAME'] = $server_home['home_name'];
|
||||
$cli_param_data['PID_FILE'] = "ogp_game_startup.pid";
|
||||
$cli_param_data['PID_FILE'] = "gsp_game_startup.pid";
|
||||
|
||||
$os = $remote->what_os();
|
||||
|
||||
|
|
@ -337,7 +337,7 @@ elseif($server_home['home_id'] == $_POST['home_id'])
|
|||
|
||||
// We do this check because sometimes server does not answer to lgsl check
|
||||
// done below and is still running.
|
||||
if ( $remote->is_screen_running(OGP_SCREEN_TYPE_HOME,$server_home['home_id']) === 1 )
|
||||
if ( $remote->is_screen_running(GSP_SCREEN_TYPE_HOME,$server_home['home_id']) === 1 )
|
||||
{
|
||||
echo "<p>".get_lang_f('server_already_running')."<a href=?m=gamemanager&p=stop&home_id=".$server_home['home_id'].
|
||||
"&ip=".$ip."&port=".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue