bug fix: add csf gui

This commit is contained in:
usmannasir
2024-10-07 18:11:17 +05:00
parent d6b777e62e
commit d5975f779c
2 changed files with 5 additions and 42 deletions

View File

@@ -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')