X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=b95b16d3dc40d1f45063f416f8804c444a793f81;hb=27d39343f641c2f3c63e7699b8de94786aadbfea;hp=88f82d2410f52e0f59fdfbe72e9142e53265b75d;hpb=df6b25144faef3a12fd2db73ecc765ec7eb0ec65;p=dylansserver.git diff --git a/index.php b/index.php index 88f82d2..b95b16d 100644 --- a/index.php +++ b/index.php @@ -163,7 +163,7 @@ class index extends cms {
  • git://dylansserver.com
  • + "/git/">git://dylansserver.com
  • some notes:

    @@ -172,6 +172,13 @@ class index extends cms {
  • here [rss]
  • +
  • +

    my resume:

    +
  • + +
  • [pdf]
  • +
  • OTHER_PROJECTS; @@ -435,8 +442,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 +498,7 @@ END_OF_NAVIGATION; $date_posted = $entry['date_posted']; $author = $entry['author']; $text = htmlspecialchars($entry['text']); - $head = "

    $author

    "; + $head = "

    " . htmlspecialchars($author) . "

    "; echo << $head