Mcat12 d38486fbd6 Possible fix for incorrect token
It appears that sometimes the first time you open the page,
the token is not synced correctly or something, causing
the CSRF check to fail. Starting the session before any
HTML is outputted seems to be a recommended first step to
troubleshooting PHP session errors. I have tried to test
this fix, but right now I don't know exactly what triggers
the error.
2016-05-10 16:47:22 -04:00
2016-03-28 22:49:23 -04:00
2016-02-21 16:44:09 -05:00
2016-02-28 14:42:12 +11:00
2016-02-24 18:35:06 -05:00
2016-05-06 16:14:32 -04:00
2016-02-21 16:19:51 -05:00
2016-04-22 14:27:21 +01:00
2016-02-05 17:34:53 +00:00
2016-02-21 16:44:09 -05:00
2015-02-07 16:01:45 -05:00
2016-05-10 16:47:22 -04:00
2016-03-23 20:19:26 -07:00
2016-02-29 21:11:51 -05:00

Pi-hole Admin Dashboard

Donate

Using AdminLTE, this project will create a Web interface for the ad-blocking Pi-hole: a black hole for Internet advertisements.

From this interface, you will be able to see stats on how well your Pi-hole is performing. You will also be able to update the lists used to block ads.

Pi-hole Web interface Fully responsive

API

A read-only API can be accessed at /admin/api.php. With either no parameters or api.php?summary it returns the following JSON:

{
	"domains_being_blocked": "136,708",
	"dns_queries_today": "18,108",
	"ads_blocked_today": "14,648",
	"ads_percentage_today": "80.9"
}

There are many more parameters, such as summaryRaw, overTimeData, topItems, recentItems, getQueryTypes, getForwardDestinations, getQuerySources, and finally getAllQueries.

S
Description
Pi-hole Dashboard for stats and more
Readme 62 MiB
Languages
PHP 39.1%
CSS 38.8%
JavaScript 22.1%