This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/mod/siteinfo_json.php

9 lines
101 B
PHP

<?php
function siteinfo_json_init(&$a) {
$data = get_site_info();
json_return_and_die($data);
}