File tree Expand file tree Collapse file tree 9 files changed +9
-17
lines changed
Expand file tree Collapse file tree 9 files changed +9
-17
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ def __init__(self):
55 self .path = '/usr/local/CyberCP/version.txt'
66 #versionInfo = json.loads(open(self.path, 'r').read())
77 self .version = '2.4'
8- self .build = '4 '
8+ self .build = '5 '
99
1010 ipFile = "/etc/cyberpanel/machineIP"
1111 f = open (ipFile )
Original file line number Diff line number Diff line change 11{% load i18n %}
22{% get_current_language as LANGUAGE_CODE %}
3- {% with CP_VERSION="2.4.4 .1" %}
3+ {% with CP_VERSION="2.4.5 .1" %}
44<!DOCTYPE html>
55< html lang ="en " ng-app ="CyberCP ">
66< head >
17161716 < a href ="{% url 'aiScannerHome' %} " class ="menu-item ">
17171717 < span > AI Scanner</ span >
17181718 </ a >
1719- < a href ="# " class ="menu-item " onclick ="loadSecurityManagement(); return false; ">
1720- < span > Security Management</ span >
1721- </ a >
17221719 </ div >
17231720
17241721 < a href ="# " class ="menu-item " onclick ="toggleSubmenu('mail-settings-submenu', this); return false; ">
21612158 }
21622159 } ) ;
21632160 }
2164-
2165- function loadSecurityManagement ( ) {
2166- // Load security management interface
2167- window . open ( '/websiteFunctions/securityManagement.html' , '_blank' ) ;
2168- }
21692161 </ script >
21702162
21712163 {% block footer_scripts %}{% endblock %}
Original file line number Diff line number Diff line change 2929# Create your views here.
3030
3131VERSION = '2.4'
32- BUILD = 4
32+ BUILD = 5
3333
3434
3535@ensure_csrf_cookie
Original file line number Diff line number Diff line change 1818import install_utils
1919
2020VERSION = '2.4'
21- BUILD = 4
21+ BUILD = 5
2222
2323# Using shared char_set from install_utils
2424char_set = install_utils .char_set
Original file line number Diff line number Diff line change 1717# Create your views here.
1818
1919VERSION = '2.4'
20- BUILD = 4
20+ BUILD = 5
2121
2222
2323def verifyLogin (request ):
Original file line number Diff line number Diff line change 1313from baseTemplate .models import version
1414
1515VERSION = '2.4'
16- BUILD = 4
16+ BUILD = 5
1717
1818if not os .geteuid () == 0 :
1919 sys .exit ("\n Only root can run this script\n " )
Original file line number Diff line number Diff line change 5454 pass
5555
5656VERSION = '2.4'
57- BUILD = 4
57+ BUILD = 5
5858
5959
6060## I am not the monster that you think I am..
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ class MinimalSettings:
292292 print ("Recovery complete. Continuing with upgrade..." )
293293
294294VERSION = '2.4'
295- BUILD = 4
295+ BUILD = 5
296296
297297CENTOS7 = 0
298298CENTOS8 = 1
Original file line number Diff line number Diff line change 2626### Version
2727
2828VERSION = '2.4'
29- BUILD = 4
29+ BUILD = 5
3030
3131
3232def serverStatusHome (request ):
You can’t perform that action at this time.
0 commit comments