mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-02-05 12:01:25 -05:00
5 lines
85 B
PHP
5 lines
85 B
PHP
<?php
|
|
$array['user_preferences'] = $user_preferences;
|
|
echo json_encode($array);
|
|
?>
|