From e28946c535ceba92dfaab810a8f3421b0eaa18a6 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Sun, 21 Aug 2016 00:52:11 +0200 Subject: [PATCH] Change ID handling. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("");