mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 22:36:12 +01:00
bug fix: add csf gui
This commit is contained in:
@@ -43,7 +43,7 @@ class FirewallManager:
|
||||
csfPath = '/etc/csf'
|
||||
|
||||
if os.path.exists(csfPath):
|
||||
return redirect('/firewall/csf')
|
||||
return redirect('/configservercsf/')
|
||||
else:
|
||||
proc = httpProc(request, 'firewall/firewall.html',
|
||||
None, 'admin')
|
||||
|
||||
Reference in New Issue
Block a user