Simple form check on configure
authorBrian Flowers <git-admn@bsflowers.net>
Fri, 23 Sep 2016 02:05:00 +0000 (22:05 -0400)
committerBrian Flowers <git-admn@bsflowers.net>
Fri, 23 Sep 2016 02:05:00 +0000 (22:05 -0400)
configure.php

index 3481adc..e0ecd7f 100755 (executable)
     </STYLE>
   </HEAD>
   <BODY>
+<?php print_r($_POST); ?>
     <div id="vmenu">
         <a href="index.php">Index</a>  
         <a href="index.php">Historical</a>
         <a href="configure.php">Configuration</a>
         <a></a>
     </div>
-    <table id="options" border=1>
+    <form id="attributes" method="POST" action="configure.php" />
+    <table id="options">
       <tr>
         <th>Reading</th>
         <th>Name</th>
@@ -100,5 +102,6 @@ foreach ($hosts as $host)
 }
 ?>
     </table>
+    </form>
   </BODY>
 </HTML>