release v2.3.8

This commit is contained in:
usmannasir
2024-10-29 20:07:47 +04:00
parent d32e41d3a9
commit 1dc3c9d8aa
9 changed files with 9 additions and 9 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.3'
self.build = '7'
self.build = '8'
ipFile = "/etc/cyberpanel/machineIP"
f = open(ipFile)

View File

@@ -77,7 +77,7 @@
<!-- HELPERS -->
{% with version="2.3.7.1" %}
{% with version="2.3.8.1.1" %}
<link rel="stylesheet" type="text/css" href="{% static 'baseTemplate/assets/finalBase/finalBase.css' %}">

View File

@@ -21,7 +21,7 @@ from plogical.httpProc import httpProc
# Create your views here.
VERSION = '2.3'
BUILD = 7
BUILD = 8
@ensure_csrf_cookie

View File

@@ -15,7 +15,7 @@ from stat import *
import stat
VERSION = '2.3'
BUILD = 7
BUILD = 8
char_set = {'small': 'abcdefghijklmnopqrstuvwxyz', 'nums': '0123456789', 'big': 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'}

View File

@@ -17,7 +17,7 @@ from django.utils import translation
# Create your views here.
VERSION = '2.3'
BUILD = 7
BUILD = 8
def verifyLogin(request):

View File

@@ -13,7 +13,7 @@ from packages.models import Package
from baseTemplate.models import version
VERSION = '2.3'
BUILD = 7
BUILD = 8
if not os.geteuid() == 0:
sys.exit("\nOnly root can run this script\n")

View File

@@ -54,7 +54,7 @@ except:
pass
VERSION = '2.3'
BUILD = 7
BUILD = 8
## I am not the monster that you think I am..

View File

@@ -18,7 +18,7 @@ import random
import string
VERSION = '2.3'
BUILD = 7
BUILD = 8
CENTOS7 = 0
CENTOS8 = 1

View File

@@ -26,7 +26,7 @@ EXPIRE = 3
### Version
VERSION = '2.3'
BUILD = 7
BUILD = 8
def serverStatusHome(request):