Add type / version

This commit is contained in:
DL6ER
2017-02-20 12:45:56 +01:00
parent 3060279c68
commit e3d791abb6
2 changed files with 10 additions and 6 deletions

View File

@@ -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'])) {