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),