mirror of
https://github.com/pi-hole/web.git
synced 2026-05-23 17:18:48 +01:00
46a7bac6e4
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");
|
|
?>
|