bug fix: update version and disable csf install

This commit is contained in:
usmannasir
2024-08-14 11:24:11 +03:00
parent 4871adb7de
commit 5066805bd4
9 changed files with 12 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ class CLMain():
self.path = '/usr/local/CyberCP/version.txt'
#versionInfo = json.loads(open(self.path, 'r').read())
self.version = '2.3'
self.build = '5'
self.build = '6'
ipFile = "/etc/cyberpanel/machineIP"
f = open(ipFile)