X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;fp=index.php;h=485b0636a59ee2653844391c2ebac0df3e0f87da;hb=f4311d6999688a97e69368017d511cd13e4b7c1f;hp=88f82d2410f52e0f59fdfbe72e9142e53265b75d;hpb=bb1eebf30f1917d091f84a9bd43b97a5e3fcf574;p=dylansserver.git diff --git a/index.php b/index.php index 88f82d2..485b063 100644 --- a/index.php +++ b/index.php @@ -435,8 +435,8 @@ class note extends cms { // and a default author needs to be set // for no-javascript users. $stmt->bind_param('sss', - htmlspecialchars($_POST['name']), - htmlspecialchars($_POST['text']), + $_POST['name'], + $_POST['text'], $this->id); $stmt->execute(); } @@ -491,7 +491,7 @@ END_OF_NAVIGATION; $date_posted = $entry['date_posted']; $author = $entry['author']; $text = htmlspecialchars($entry['text']); - $head = "

$author

"; + $head = "

" . htmlspecialchars($author) . "

"; echo << $head