From 5bb446597bb945cf069bb82e8b54b1c846b99c2c Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Thu, 2 May 2024 02:28:52 -0700 Subject: [PATCH] Remove 'new articles' button from groups list until more testing is done. --- Rocksolid_Light/rocksolid/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rocksolid_Light/rocksolid/index.php b/Rocksolid_Light/rocksolid/index.php index fb5674a..a225702 100644 --- a/Rocksolid_Light/rocksolid/index.php +++ b/Rocksolid_Light/rocksolid/index.php @@ -27,6 +27,7 @@ include "head.inc"; echo '

' . basename(getcwd()) . '

'; echo ''; // If logged in: button for new only +/* if (isset($_COOKIE['mail_name'])) { if ($userdata = get_user_mail_auth_data($_COOKIE['mail_name'])) { if (isset($overboard) && ($overboard == true)) { @@ -39,6 +40,7 @@ if (isset($_COOKIE['mail_name'])) { } } } +*/ // View Latest button if (isset($overboard) && ($overboard == true)) { echo '
';