mirror of
https://github.com/pi-hole/web.git
synced 2026-04-27 12:15:00 +01:00
Add type / version
This commit is contained in:
@@ -24,10 +24,12 @@
|
||||
|
||||
// Non-Auth
|
||||
|
||||
if (isset($_GET['type'])) {
|
||||
$data["type"] = "PHP";
|
||||
}
|
||||
|
||||
if (isset($_GET['version'])) {
|
||||
$version = array();
|
||||
$version["version"] = "PHP";
|
||||
$data = array_merge($data, $version);
|
||||
$data["version"] = 1;
|
||||
}
|
||||
|
||||
if (isset($_GET['summaryRaw'])) {
|
||||
|
||||
Reference in New Issue
Block a user