improve pings menu
This commit is contained in:
parent
a8921d484c
commit
9685751976
4 changed files with 17 additions and 6 deletions
|
@ -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 (?,?,?,?,?,?)");
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<div class="banner"><img class="banner-background" src="/img/newlogo.svg">
|
||||
<div class="banner-content">
|
||||
<h1>BiglyChat</h1>
|
||||
<pre>BiglyChat is a niche community for weird Dervland experiments and games.</pre>
|
||||
<pre>BiglyChat is a niche forum for Dervland experiments and games.</pre>
|
||||
<h2>Community</h2>
|
||||
|
||||
<a class="form-button" href="/register.php">Join the Community</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue