mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
firewall: fix a typo
This commit is contained in:
parent
921b54d4fe
commit
cd32032b33
@ -192,7 +192,7 @@ function filter_configure_sync($verbose = false)
|
||||
if (isset($config['filter']['rule'])) {
|
||||
// register user rules
|
||||
foreach ($config['filter']['rule'] as $rule) {
|
||||
// calculate a hash for this arrea so we can track this rule, we should replace this
|
||||
// calculate a hash for this area so we can track this rule, we should replace this
|
||||
// with uuid's on the rules like the new style models do eventually.
|
||||
$rule['md5'] = md5(json_encode($rule));
|
||||
$sched = '';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user