From 162bd9c8cb47d5b751bbab6d80fd0cbf3f947c94 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Sun, 5 Jan 2025 02:47:50 -0500 Subject: [PATCH] fix weird ping messages --- README.md | 2 +- docs/notif.php | 2 +- libs/comment.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 78ab2bd..b3eaa27 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # BiglyChat -BiglyChat is a forum, authentication server, and a timeline social media. It was designed as an alternative to Discord for dervland.net, but can be used for other sites as well. +BiglyChat is a forum and authentication server for indie games. It replaces Discord for dervland.net, but is usable for other sites. ## Running Clone this repository into your Apache or NGINX configuration: diff --git a/docs/notif.php b/docs/notif.php index c7a0995..b1060d3 100644 --- a/docs/notif.php +++ b/docs/notif.php @@ -6,6 +6,6 @@ $ref = 1732684297; page_header(); - comments("notification",$username); + comments("notification",$username,true); page_footer(); ?> diff --git a/libs/comment.php b/libs/comment.php index 96d0a2f..510f5af 100644 --- a/libs/comment.php +++ b/libs/comment.php @@ -1,11 +1,11 @@ 'Your message', 'type' => 'textarea', 'name' => 'post', 'default' => ''), array('key' => '','type' => 'hidden','name' => 'type', 'default' => $typer),