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