mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
logs: fix typo that was bound to happen ;)
This commit is contained in:
parent
d30725e7e6
commit
92bcb84d4b
@ -69,7 +69,7 @@ function clear_all_log_files()
|
||||
'squid/cache',
|
||||
);
|
||||
|
||||
foreach ($clog_files as $lfile) {
|
||||
foreach ($log_files as $lfile) {
|
||||
clear_log("/var/log/{$lfile}.log", false);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user