mirror of
https://github.com/pi-hole/web.git
synced 2026-02-20 18:00:04 +00:00
Consume JSON output of chronometer.sh Relies on [this pull](https://github.com/jacobsalmela/pi-hole/pull/193) being merged.
4 lines
62 B
PHP
4 lines
62 B
PHP
<?php
|
|
echo exec("/usr/local/bin/chronometer.sh -j");
|
|
?>
|