mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-07-06 14:48:34 +02:00
bug fix: update build number
This commit is contained in:
@@ -19,7 +19,7 @@ from plogical.processUtilities import ProcessUtilities
|
||||
# Create your views here.
|
||||
|
||||
VERSION = '2.0'
|
||||
BUILD = 1
|
||||
BUILD = 2
|
||||
|
||||
@ensure_csrf_cookie
|
||||
def renderBase(request):
|
||||
|
||||
@@ -15,7 +15,7 @@ from stat import *
|
||||
import stat
|
||||
|
||||
VERSION = '2.0'
|
||||
BUILD = 1
|
||||
BUILD = 2
|
||||
|
||||
char_set = {'small': 'abcdefghijklmnopqrstuvwxyz',
|
||||
'nums': '0123456789',
|
||||
|
||||
@@ -19,7 +19,7 @@ from django.utils import translation
|
||||
# Create your views here.
|
||||
|
||||
VERSION = '2.0'
|
||||
BUILD = 1
|
||||
BUILD = 2
|
||||
|
||||
def verifyLogin(request):
|
||||
try:
|
||||
|
||||
@@ -13,7 +13,7 @@ from packages.models import Package
|
||||
from baseTemplate.models import version
|
||||
|
||||
VERSION = '2.0'
|
||||
BUILD = 1
|
||||
BUILD = 2
|
||||
|
||||
if not os.geteuid() == 0:
|
||||
sys.exit("\nOnly root can run this script\n")
|
||||
|
||||
@@ -47,7 +47,7 @@ except:
|
||||
pass
|
||||
|
||||
VERSION = '2.0'
|
||||
BUILD = 1
|
||||
BUILD = 2
|
||||
|
||||
|
||||
## I am not the monster that you think I am..
|
||||
|
||||
@@ -14,7 +14,7 @@ import random
|
||||
import string
|
||||
|
||||
VERSION = '2.0'
|
||||
BUILD = 1
|
||||
BUILD = 2
|
||||
|
||||
CENTOS7 = 0
|
||||
CENTOS8 = 1
|
||||
|
||||
Reference in New Issue
Block a user