mirror of
https://github.com/pi-hole/web.git
synced 2026-06-07 16:26:21 +01:00
98f0bb0d94
footer.html
7 lines
110 B
PHP
7 lines
110 B
PHP
<?php
|
|
include('data.php');
|
|
|
|
header('Content-type: application/json');
|
|
echo json_encode($data);
|
|
?>
|