mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-10 07:16:15 +01:00
remove csf gui from cyberpanel and keep csf
This commit is contained in:
@@ -43,7 +43,7 @@ class FirewallManager:
|
|||||||
csfPath = '/etc/csf'
|
csfPath = '/etc/csf'
|
||||||
|
|
||||||
if os.path.exists(csfPath):
|
if os.path.exists(csfPath):
|
||||||
return redirect('/configservercsf/')
|
return redirect('/firewall/csf')
|
||||||
else:
|
else:
|
||||||
proc = httpProc(request, 'firewall/firewall.html',
|
proc = httpProc(request, 'firewall/firewall.html',
|
||||||
None, 'admin')
|
None, 'admin')
|
||||||
|
|||||||
Reference in New Issue
Block a user