mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 22:06:05 +01:00
update build number
This commit is contained in:
@@ -4,7 +4,7 @@ class CLMain():
|
||||
def __init__(self):
|
||||
self.path = '/usr/local/CyberCP/version.txt'
|
||||
#versionInfo = json.loads(open(self.path, 'r').read())
|
||||
self.version = '1.9'
|
||||
self.version = '2.0'
|
||||
self.build = '3'
|
||||
|
||||
ipFile = "/etc/cyberpanel/machineIP"
|
||||
|
||||
@@ -19,7 +19,7 @@ from plogical.processUtilities import ProcessUtilities
|
||||
# Create your views here.
|
||||
|
||||
VERSION = '2.0'
|
||||
BUILD = 2
|
||||
BUILD = 3
|
||||
|
||||
@ensure_csrf_cookie
|
||||
def renderBase(request):
|
||||
|
||||
@@ -15,7 +15,7 @@ from stat import *
|
||||
import stat
|
||||
|
||||
VERSION = '2.0'
|
||||
BUILD = 2
|
||||
BUILD = 3
|
||||
|
||||
char_set = {'small': 'abcdefghijklmnopqrstuvwxyz',
|
||||
'nums': '0123456789',
|
||||
|
||||
@@ -19,7 +19,7 @@ from django.utils import translation
|
||||
# Create your views here.
|
||||
|
||||
VERSION = '2.0'
|
||||
BUILD = 2
|
||||
BUILD = 3
|
||||
|
||||
def verifyLogin(request):
|
||||
try:
|
||||
|
||||
@@ -13,7 +13,7 @@ from packages.models import Package
|
||||
from baseTemplate.models import version
|
||||
|
||||
VERSION = '2.0'
|
||||
BUILD = 2
|
||||
BUILD = 3
|
||||
|
||||
if not os.geteuid() == 0:
|
||||
sys.exit("\nOnly root can run this script\n")
|
||||
|
||||
@@ -47,7 +47,7 @@ except:
|
||||
pass
|
||||
|
||||
VERSION = '2.0'
|
||||
BUILD = 2
|
||||
BUILD = 3
|
||||
|
||||
|
||||
## I am not the monster that you think I am..
|
||||
|
||||
@@ -14,7 +14,7 @@ import random
|
||||
import string
|
||||
|
||||
VERSION = '2.0'
|
||||
BUILD = 2
|
||||
BUILD = 3
|
||||
|
||||
CENTOS7 = 0
|
||||
CENTOS8 = 1
|
||||
|
||||
Reference in New Issue
Block a user