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