2a4e8972e
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?php namespace Zotlabs\Module; class Siteinfo_json extends \Zotlabs\Web\Controller { function init() { $data = get_site_info(); json_return_and_die($data); } }