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