mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-19 14:02:05 +01:00
enable imunify status
This commit is contained in:
@@ -1570,7 +1570,7 @@ class FirewallManager:
|
||||
data['CL'] = 0
|
||||
|
||||
if os.path.exists(FirewallManager.imunifyPath):
|
||||
data['imunify'] = 0
|
||||
data['imunify'] = 1
|
||||
else:
|
||||
data['imunify'] = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user