mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-01-27 07:28:49 -05:00
6 lines
113 B
PHP
6 lines
113 B
PHP
<?php
|
|
$array['logs'] = $logs;
|
|
$array['pagination'] = $this->Paginator->params();
|
|
echo json_encode($array);
|
|
?>
|