diff --git a/index.php b/index.php index 5952100..027fc14 100644 --- a/index.php +++ b/index.php @@ -47,7 +47,7 @@ if ($type == "validate") { prepare(); foreach($api->validate(isset($_GET["name"]) ? $_GET["name"] : $_POST["name"]) as $station) { - print("" . $station["value"] . "\n"); + print("" . $station["id"] . "" . $station["value"] . "\n"); } print("");