Phase 5: Final validation and remaining reference updates
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
0ea24764e3
commit
815f2b0b0c
64 changed files with 144 additions and 144 deletions
|
|
@ -12,7 +12,7 @@ function exec_gsp_module()
|
|||
$homes = $db->getIpPorts();
|
||||
if(!$homes)
|
||||
{
|
||||
print_failure(get_lang('cron_admin_no_ogp_servers_to_display'));
|
||||
print_failure(get_lang('cron_admin_no_gsp_servers_to_display'));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -44,7 +44,7 @@ function exec_gsp_module()
|
|||
|
||||
if(isset($_POST['homeid_ip_port']) and isset($server_homes[$_POST['homeid_ip_port']]))
|
||||
{
|
||||
$panelURL = getOGPSiteURL();
|
||||
$panelURL = getGSPSiteURL();
|
||||
if($panelURL === false)
|
||||
{
|
||||
print_failure('Failed to retrieve panel URL.');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue