mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 18:14:42 +00:00
src: lint and stylsrc: lint and stylee
This commit is contained in:
parent
e22bb69cb6
commit
2344a7b40c
@ -81,7 +81,7 @@ class LogController extends ApiControllerBase
|
||||
$this->response->setRawHeader("Content-Type: text/csv");
|
||||
$this->response->setRawHeader("Content-Disposition: attachment; filename=" . $scope . ".log");
|
||||
foreach (json_decode($response, true)['rows'] as $row) {
|
||||
printf("%s\t%s\t%s\n", $row['timestamp'], $row['process_name'], $row['line']);
|
||||
printf("%s\t%s\t%s\n", $row['timestamp'], $row['process_name'], $row['line']);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
0
src/opnsense/scripts/filter/lib/arpcache.py
Normal file → Executable file
0
src/opnsense/scripts/filter/lib/arpcache.py
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user