diff --git a/CLScript/CLMain.py b/CLScript/CLMain.py index 615800ca8..2a9a13b85 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 = '3' + self.build = '4' ipFile = "/etc/cyberpanel/machineIP" f = open(ipFile) diff --git a/baseTemplate/views.py b/baseTemplate/views.py index cecbf13bb..8362cfdc6 100755 --- a/baseTemplate/views.py +++ b/baseTemplate/views.py @@ -19,7 +19,7 @@ from plogical.httpProc import httpProc # Create your views here. VERSION = '2.3' -BUILD = 3 +BUILD = 4 @ensure_csrf_cookie diff --git a/install/install.py b/install/install.py index d7357bb1e..bd3388187 100755 --- a/install/install.py +++ b/install/install.py @@ -15,7 +15,7 @@ from stat import * import stat VERSION = '2.3' -BUILD = 3 +BUILD = 4 char_set = {'small': 'abcdefghijklmnopqrstuvwxyz', 'nums': '0123456789', 'big': 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'} diff --git a/loginSystem/views.py b/loginSystem/views.py index c9c65e1a6..13f94ec3a 100644 --- a/loginSystem/views.py +++ b/loginSystem/views.py @@ -19,7 +19,7 @@ from django.utils import translation # Create your views here. VERSION = '2.3' -BUILD = 3 +BUILD = 4 def verifyLogin(request): diff --git a/plogical/adminPass.py b/plogical/adminPass.py index 2efee464b..310a97cb2 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 = 3 +BUILD = 4 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 65a88451a..9d24c463c 100755 --- a/plogical/backupUtilities.py +++ b/plogical/backupUtilities.py @@ -49,7 +49,7 @@ except: pass VERSION = '2.3' -BUILD = 3 +BUILD = 4 ## I am not the monster that you think I am.. diff --git a/plogical/upgrade.py b/plogical/upgrade.py index 2f6897147..a036e7b89 100755 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -17,7 +17,7 @@ import random import string VERSION = '2.3' -BUILD = 3 +BUILD = 4 CENTOS7 = 0 CENTOS8 = 1 diff --git a/serverStatus/views.py b/serverStatus/views.py index 29906e7e3..43a453566 100755 --- a/serverStatus/views.py +++ b/serverStatus/views.py @@ -26,7 +26,7 @@ EXPIRE = 3 ### Version VERSION = '2.3' -BUILD = 3 +BUILD = 4 def serverStatusHome(request): proc = httpProc(request, 'serverStatus/index.html',