mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-15 20:37:51 -04:00
6 lines
113 B
PHP
6 lines
113 B
PHP
<?php
|
|
$array['logs'] = $logs;
|
|
$array['pagination'] = $this->Paginator->params();
|
|
echo json_encode($array);
|
|
?>
|