zoneminder/web/api/app/View/Users/json/index.ctp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
115 B
Plaintext
Raw Normal View History

<?php
$array['users'] = $users;
$array['pagination'] = $this->Paginator->params();
echo json_encode($array);
?>