From 9b509e4a6fff691c35a7e4d1e0d827b6ef5f6d5a Mon Sep 17 00:00:00 2001 From: usmannasir Date: Fri, 1 Aug 2025 15:05:33 +0500 Subject: [PATCH] release v2.4.3 --- CLScript/CLMain.py | 2 +- .../templates/baseTemplate/index.html | 52 ++++++++++--------- baseTemplate/views.py | 2 +- install/install.py | 2 +- loginSystem/views.py | 2 +- plogical/adminPass.py | 2 +- plogical/backupUtilities.py | 2 +- plogical/upgrade.py | 2 +- serverStatus/views.py | 2 +- version.txt | 2 +- 10 files changed, 36 insertions(+), 34 deletions(-) diff --git a/CLScript/CLMain.py b/CLScript/CLMain.py index 11f313817..858e7bc0a 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.4' - self.build = '2' + self.build = '3' ipFile = "/etc/cyberpanel/machineIP" f = open(ipFile) diff --git a/baseTemplate/templates/baseTemplate/index.html b/baseTemplate/templates/baseTemplate/index.html index 2445ac102..c0674f99b 100644 --- a/baseTemplate/templates/baseTemplate/index.html +++ b/baseTemplate/templates/baseTemplate/index.html @@ -1,5 +1,6 @@ {% load i18n %} {% get_current_language as LANGUAGE_CODE %} +{% with CP_VERSION="2.4.3" %} @@ -8,21 +9,21 @@ {% block title %}CyberPanel{% endblock %} {% load static %} - + - - + + - + - - + + - + @@ -31,8 +32,8 @@ - - + +