Impersonate Server Owner
A valid VirtFusion admin session in the same browser is required for this functionality to work.
EOT;
}
public static function serverObject($serverObject)
{
$serverObject = htmlspecialchars($serverObject, ENT_QUOTES, 'UTF-8');
return <<${serverObject}
EOT;
}
public static function serverId($serverId)
{
$serverId = (int) $serverId;
return <<
Changing the Sever ID manually is not recommended. Alterations to this field are usually handled automatically.
EOT;
}
public static function serverInfo($systemUrl, $serviceId)
{
$systemUrl = htmlspecialchars($systemUrl, ENT_QUOTES, 'UTF-8');
$serviceId = (int) $serviceId;
$cacheV = time();
return <<
EOT;
}
}