version nbr

This commit is contained in:
Usman Nasir
2020-11-13 20:46:15 +05:00
parent 58b890c28e
commit 6a088edb30
7 changed files with 7 additions and 7 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.0'
self.build = '4'
self.build = '3'
ipFile = "/etc/cyberpanel/machineIP"
f = open(ipFile)

View File

@@ -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):

View File

@@ -15,7 +15,7 @@ from stat import *
import stat
VERSION = '2.0'
BUILD = 4
BUILD = 3
char_set = {'small': 'abcdefghijklmnopqrstuvwxyz',
'nums': '0123456789',

View File

@@ -19,7 +19,7 @@ from django.utils import translation
# Create your views here.
VERSION = '2.0'
BUILD = 4
BUILD = 3
def verifyLogin(request):
try:

View File

@@ -47,7 +47,7 @@ except:
pass
VERSION = '2.0'
BUILD = 4
BUILD = 3
## I am not the monster that you think I am..

View File

@@ -14,7 +14,7 @@ import random
import string
VERSION = '2.0'
BUILD = 4
BUILD = 3
CENTOS7 = 0
CENTOS8 = 1

View File

@@ -28,7 +28,7 @@ EXPIRE = 3
### Version
VERSION = '2.0'
BUILD = 4
BUILD = 3
def serverStatusHome(request):
try: