Remove ancient and completely outdated PHP-only API. Pi-hole v4.0 will only use the FTL-PHP API.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2018-05-24 14:06:46 +02:00
parent 328fbd2a99
commit c8f0db326b
3 changed files with 1 additions and 925 deletions
+1 -8
View File
@@ -75,14 +75,7 @@ elseif (isset($_GET['disable']) && $auth)
}
// Other API functions
if(!isset($_GET["PHP"]))
{
require("api_FTL.php");
}
else
{
require("api_PHP.php");
}
require("api_FTL.php");
if(isset($_GET["jsonForceObject"]))
{