From 70adf916b674c487de24b1dcc4b3088f9782d0db Mon Sep 17 00:00:00 2001 From: Brian Flowers Date: Tue, 27 Sep 2016 01:32:01 -0400 Subject: [PATCH] Bugfix --- configure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.php b/configure.php index 7d77249..9e1fa8e 100755 --- a/configure.php +++ b/configure.php @@ -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);"; -- 1.8.3.1