git://git.slightlycyberpunk.com
/
bdsm-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9285724
)
Bugfix
author
Brian Flowers
<git-admn@bsflowers.net>
Tue, 27 Sep 2016 05:31:23 +0000
(
01:31
-0400)
committer
Brian Flowers
<git-admn@bsflowers.net>
Tue, 27 Sep 2016 05:31:23 +0000
(
01:31
-0400)
configure.php
patch
|
blob
|
history
diff --git
a/configure.php
b/configure.php
index
5fd29bb
..
7d77249
100755
(executable)
--- 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 )