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

index 5fd29bb..7d77249 100755 (executable)
@@ -33,7 +33,7 @@ if( isset($_POST) )
                     ':value' => $value)
         
     $insert = "INSERT INTO bdsmweb(host, attribute) ".
-              "VALUES (:host, :attribute);"
+              "VALUES (:host, :attribute);";
     $stmt = $db->prepare($insert);
 
     if( $stmt )