mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-02-23 01:37:35 -05:00
6 lines
125 B
PHP
6 lines
125 B
PHP
<?php
|
|
$array['event_data'] = $event_data;
|
|
$array['pagination'] = $this->Paginator->params();
|
|
echo json_encode($array);
|
|
?>
|