From 6a088edb304a0cd109e0e06cceefa642576d1db6 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Fri, 13 Nov 2020 20:46:15 +0500 Subject: [PATCH] version nbr --- CLScript/CLMain.py | 2 +- baseTemplate/views.py | 2 +- install/install.py | 2 +- loginSystem/views.py | 2 +- plogical/backupUtilities.py | 2 +- plogical/upgrade.py | 2 +- serverStatus/views.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CLScript/CLMain.py b/CLScript/CLMain.py index 3f0ee7d5f..c6f730ba4 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.0' - self.build = '4' + self.build = '3' ipFile = "/etc/cyberpanel/machineIP" f = open(ipFile) diff --git a/baseTemplate/views.py b/baseTemplate/views.py index e4bc792ee..d1cb341be 100755 --- a/baseTemplate/views.py +++ b/baseTemplate/views.py @@ -19,7 +19,7 @@ from plogical.processUtilities import ProcessUtilities # Create your views here. VERSION = '2.0' -BUILD = 4 +BUILD = 3 @ensure_csrf_cookie def renderBase(request): diff --git a/install/install.py b/install/install.py index b63f59c63..89823b25f 100755 --- a/install/install.py +++ b/install/install.py @@ -15,7 +15,7 @@ from stat import * import stat VERSION = '2.0' -BUILD = 4 +BUILD = 3 char_set = {'small': 'abcdefghijklmnopqrstuvwxyz', 'nums': '0123456789', diff --git a/loginSystem/views.py b/loginSystem/views.py index 5a3f05aee..da4af680e 100644 --- a/loginSystem/views.py +++ b/loginSystem/views.py @@ -19,7 +19,7 @@ from django.utils import translation # Create your views here. VERSION = '2.0' -BUILD = 4 +BUILD = 3 def verifyLogin(request): try: diff --git a/plogical/backupUtilities.py b/plogical/backupUtilities.py index 6d9a08bdc..c4b79db1f 100755 --- a/plogical/backupUtilities.py +++ b/plogical/backupUtilities.py @@ -47,7 +47,7 @@ except: pass VERSION = '2.0' -BUILD = 4 +BUILD = 3 ## I am not the monster that you think I am.. diff --git a/plogical/upgrade.py b/plogical/upgrade.py index d0b1bbdfa..c329f5438 100755 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -14,7 +14,7 @@ import random import string VERSION = '2.0' -BUILD = 4 +BUILD = 3 CENTOS7 = 0 CENTOS8 = 1 diff --git a/serverStatus/views.py b/serverStatus/views.py index 48dec329c..a5b144866 100755 --- a/serverStatus/views.py +++ b/serverStatus/views.py @@ -28,7 +28,7 @@ EXPIRE = 3 ### Version VERSION = '2.0' -BUILD = 4 +BUILD = 3 def serverStatusHome(request): try: