From 48dc634b79cd4c6229a4aa1afbf3aca799b30e21 Mon Sep 17 00:00:00 2001 From: Brian Flowers Date: Tue, 27 Sep 2016 01:31:23 -0400 Subject: [PATCH] Bugfix --- configure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.php b/configure.php index 5fd29bb..7d77249 100755 --- a/configure.php +++ b/configure.php @@ -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 ) -- 1.8.3.1