From 968575197621ff7816cf2557c9b817f7ed848341 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Mon, 20 Jan 2025 16:50:22 -0500 Subject: [PATCH] improve pings menu --- docs/api/comment.php | 2 +- docs/index.php | 2 +- libs/form.php | 2 +- libs/page.php | 17 ++++++++++++++--- 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/docs/api/comment.php b/docs/api/comment.php index 7dfa729..65225f6 100644 --- a/docs/api/comment.php +++ b/docs/api/comment.php @@ -50,7 +50,7 @@ $postieP = "https://nbg.dervland.net/comment.php?id=" . $poid; - $user10 = '%system'; + $user10 = ':system'; if ($postType == 'user') { $postie = "A user commented on your wall: " . $postieP; $stmt = $db->prepare("INSERT INTO main.comment (username, targetType, targetId, date, content, id) VALUES (?,?,?,?,?,?)"); diff --git a/docs/index.php b/docs/index.php index 9d7ddc9..f335e04 100755 --- a/docs/index.php +++ b/docs/index.php @@ -9,7 +9,7 @@