mirror of
https://github.com/pi-hole/web.git
synced 2025-12-26 13:36:22 +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);
|
|
?>
|