From: Brian Flowers Date: Fri, 23 Sep 2016 02:21:05 +0000 (-0400) Subject: bugfix in form in configure X-Git-Url: http://git.slightlycyberpunk.com%2C%20git.slightlycyberpunk.com/git/?a=commitdiff_plain;h=6225f5c50d9b51007ebf9be6b30e6bba26e75973;p=bdsm-web.git bugfix in form in configure --- diff --git a/configure.php b/configure.php index 1de0aa1..48a1f89 100755 --- a/configure.php +++ b/configure.php @@ -80,7 +80,7 @@ while($host = $result->fetchArray(SQLITE3_ASSOC)) foreach ($hosts as $host) { echo "
"; + "action='configure.php?host=".urlencode($host)."' />"; echo " $host"; echo ""; $result = $db_handle->query("SELECT DISTINCT attribute FROM MEASUREMENTS WHERE host='$host'");