mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-13 03:18:25 -04:00
6 lines
115 B
PHP
6 lines
115 B
PHP
<?php
|
|
$array['users'] = $users;
|
|
$array['pagination'] = $this->Paginator->params();
|
|
echo json_encode($array);
|
|
?>
|