Merge branch 'devel' of https://github.com/pi-hole/AdminLTE into devel

Conflicts:
	api.php
	index.php
This commit is contained in:
Brice Johnson
2016-01-27 23:03:58 -06:00
11 changed files with 545 additions and 322 deletions

View File

@@ -1,6 +1,11 @@
<<<<<<< HEAD
<?php
include('data.php');
header('Content-type: application/json');
echo json_encode($data);
=======
<?php
echo exec("/usr/local/bin/chronometer.sh -j");
>>>>>>> 4b0e1d9ca21302104fe9bca06d9b21a20f938caf
?>