mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
7 lines
110 B
PHP
7 lines
110 B
PHP
<?php
|
|
include('data.php');
|
|
|
|
header('Content-type: application/json');
|
|
echo json_encode($data);
|
|
?>
|