diff --git a/install/installLog.py b/install/installLog.py index 58a3ed2c7..ec0e1b58a 100755 --- a/install/installLog.py +++ b/install/installLog.py @@ -7,7 +7,7 @@ import requests class InstallLog: fileName = "/var/log/installLogs.txt" currentPercent = '10' - LogURL = 'https://cloud.cyberpanel.net/servers/RecvData' + LogURL = 'https://platform.cyberpersons.com/servers/RecvData' ServerIP = '' @staticmethod diff --git a/plogical/ClusterManager.py b/plogical/ClusterManager.py index d9df35733..4c27c327b 100644 --- a/plogical/ClusterManager.py +++ b/plogical/ClusterManager.py @@ -16,8 +16,8 @@ from plogical.CyberCPLogFileWriter import CyberCPLogFileWriter as logging from plogical.mysqlUtilities import mysqlUtilities class ClusterManager: - LogURL = "https://cloud.cyberpanel.net/HighAvailability/RecvData" - UptimeURL = "https://cloud.cyberpanel.net/servers/UptimeReport" + LogURL = "https://platform.cyberpersons.com/HighAvailability/RecvData" + UptimeURL = "https://platform.cyberpersons.com/servers/UptimeReport" ClusterFile = '/home/cyberpanel/cluster' CloudConfig = '/home/cyberpanel/cloud' vhostConfPath = '/usr/local/lsws/conf/vhosts' diff --git a/plogical/CyberPanelUpgrade.py b/plogical/CyberPanelUpgrade.py index 6f1833c2e..a9179374b 100644 --- a/plogical/CyberPanelUpgrade.py +++ b/plogical/CyberPanelUpgrade.py @@ -9,7 +9,7 @@ os.environ.setdefault("DJANGO_SETTINGS_MODULE", "CyberCP.settings") class UpgradeCyberPanel: - LogURL = "https://cloud.cyberpanel.net/settings/RecvData" + LogURL = "https://platform.cyberpersons.com/settings/RecvData" def __init__(self, branch, mail, dns, ftp): ipFile = "/etc/cyberpanel/machineIP"