mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-13 11:26:59 -04:00
5 lines
85 B
PHP
5 lines
85 B
PHP
<?php
|
|
$array['user_preferences'] = $user_preferences;
|
|
echo json_encode($array);
|
|
?>
|