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
|
|
@ -6,12 +6,12 @@
|
|||
require_once("Crypt/XXTEA.php");
|
||||
|
||||
// Screen type for servers
|
||||
define("OGP_SCREEN_TYPE_HOME","HOME");
|
||||
define("OGP_SCREEN_TYPE_UPDATE","UPDATE");
|
||||
define("GSP_SCREEN_TYPE_HOME","HOME");
|
||||
define("GSP_SCREEN_TYPE_UPDATE","UPDATE");
|
||||
|
||||
define("AGENT_ERROR_NOT_EXECUTABLE",-13);
|
||||
|
||||
class OGPRemoteLibrary
|
||||
class GSPRemoteLibrary
|
||||
{
|
||||
private $port;
|
||||
private $host;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue