From 1dc3c9d8aaaf2d973842f34febd45b7738199519 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Tue, 29 Oct 2024 20:07:47 +0400 Subject: [PATCH] release v2.3.8 --- CLScript/CLMain.py | 2 +- baseTemplate/templates/baseTemplate/index.html | 2 +- baseTemplate/views.py | 2 +- install/install.py | 2 +- loginSystem/views.py | 2 +- plogical/adminPass.py | 2 +- plogical/backupUtilities.py | 2 +- plogical/upgrade.py | 2 +- serverStatus/views.py | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CLScript/CLMain.py b/CLScript/CLMain.py index 47f80393c..64590cf5b 100644 --- a/CLScript/CLMain.py +++ b/CLScript/CLMain.py @@ -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 = '7' + self.build = '8' ipFile = "/etc/cyberpanel/machineIP" f = open(ipFile) diff --git a/baseTemplate/templates/baseTemplate/index.html b/baseTemplate/templates/baseTemplate/index.html index c8c53a4bf..3f7f36698 100755 --- a/baseTemplate/templates/baseTemplate/index.html +++ b/baseTemplate/templates/baseTemplate/index.html @@ -77,7 +77,7 @@ - {% with version="2.3.7.1" %} + {% with version="2.3.8.1.1" %} diff --git a/baseTemplate/views.py b/baseTemplate/views.py index 593b780e5..29359d7a9 100755 --- a/baseTemplate/views.py +++ b/baseTemplate/views.py @@ -21,7 +21,7 @@ from plogical.httpProc import httpProc # Create your views here. VERSION = '2.3' -BUILD = 7 +BUILD = 8 @ensure_csrf_cookie diff --git a/install/install.py b/install/install.py index eb0494716..12fa1b46c 100755 --- a/install/install.py +++ b/install/install.py @@ -15,7 +15,7 @@ from stat import * import stat VERSION = '2.3' -BUILD = 7 +BUILD = 8 char_set = {'small': 'abcdefghijklmnopqrstuvwxyz', 'nums': '0123456789', 'big': 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'} diff --git a/loginSystem/views.py b/loginSystem/views.py index b4037fe2d..051adb3b6 100644 --- a/loginSystem/views.py +++ b/loginSystem/views.py @@ -17,7 +17,7 @@ from django.utils import translation # Create your views here. VERSION = '2.3' -BUILD = 7 +BUILD = 8 def verifyLogin(request): diff --git a/plogical/adminPass.py b/plogical/adminPass.py index 9beeed7b3..4e74dae57 100755 --- a/plogical/adminPass.py +++ b/plogical/adminPass.py @@ -13,7 +13,7 @@ from packages.models import Package from baseTemplate.models import version VERSION = '2.3' -BUILD = 7 +BUILD = 8 if not os.geteuid() == 0: sys.exit("\nOnly root can run this script\n") diff --git a/plogical/backupUtilities.py b/plogical/backupUtilities.py index 693158ef6..7972c92ee 100755 --- a/plogical/backupUtilities.py +++ b/plogical/backupUtilities.py @@ -54,7 +54,7 @@ except: pass VERSION = '2.3' -BUILD = 7 +BUILD = 8 ## I am not the monster that you think I am.. diff --git a/plogical/upgrade.py b/plogical/upgrade.py index eb23f1e92..21c8fdbf3 100755 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -18,7 +18,7 @@ import random import string VERSION = '2.3' -BUILD = 7 +BUILD = 8 CENTOS7 = 0 CENTOS8 = 1 diff --git a/serverStatus/views.py b/serverStatus/views.py index 8efb48381..73c1df3b3 100755 --- a/serverStatus/views.py +++ b/serverStatus/views.py @@ -26,7 +26,7 @@ EXPIRE = 3 ### Version VERSION = '2.3' -BUILD = 7 +BUILD = 8 def serverStatusHome(request):