mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-01-25 06:28:43 -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);
|
|
?>
|