mirror of
https://github.com/pi-hole/web.git
synced 2025-12-25 05:05:33 +00:00
12 lines
239 B
PHP
12 lines
239 B
PHP
<<<<<<< HEAD
|
|
<?php
|
|
include('data.php');
|
|
|
|
header('Content-type: application/json');
|
|
echo json_encode($data);
|
|
=======
|
|
<?php
|
|
echo exec("/usr/local/bin/chronometer.sh -j");
|
|
>>>>>>> 4b0e1d9ca21302104fe9bca06d9b21a20f938caf
|
|
?>
|