Bugfix
authorBrian Flowers <git-admn@bsflowers.net>
Tue, 27 Sep 2016 05:32:01 +0000 (01:32 -0400)
committerBrian Flowers <git-admn@bsflowers.net>
Tue, 27 Sep 2016 05:32:01 +0000 (01:32 -0400)
configure.php

index 7d77249..9e1fa8e 100755 (executable)
@@ -30,7 +30,7 @@ if( isset($_POST) )
     $params = array(':host' => $host, 
                     ':attributes' => $attributes, 
                     ':setting' => $setting, 
-                    ':value' => $value)
+                    ':value' => $value);
         
     $insert = "INSERT INTO bdsmweb(host, attribute) ".
               "VALUES (:host, :attribute);";