mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 18:59:48 +01:00
Add API support for list actions
Signed-off-by: Mike Souza <contact@michael-souza.com>
This commit is contained in:
@@ -14,7 +14,7 @@ $listtype = $_GET['list'];
|
||||
|
||||
$basedir = "/etc/pihole/";
|
||||
|
||||
require "func.php";
|
||||
require_once "func.php";
|
||||
|
||||
switch ($listtype) {
|
||||
case "white":
|
||||
|
||||
Reference in New Issue
Block a user