From 4c69eea415c485d21f87de63bb9e5ea10ac1ff12 Mon Sep 17 00:00:00 2001 From: fuzzykitten Date: Sat, 26 Apr 2025 16:44:53 -0400 Subject: [PATCH] portal not needed to access rss-feed --- srv/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srv/index.php b/srv/index.php index 5b9c476..3d4ec99 100644 --- a/srv/index.php +++ b/srv/index.php @@ -149,7 +149,9 @@ if ( (!empty($_SERVER['REMOTE_ADDR'])) $visitor_ip = hash('sha512', $visitor_ip); - if ( (empty($_POST['portal'])) && ($short_mode != 'b') ) { + if ( (empty($_POST['portal'])) + && ($short_mode != 'b') + && ($short_mode != 'rss') ) { check_portal($db, $settings, $visitor_ip); } elseif ( (!empty($_POST['portal'])) ) { $portal_message = 'pass';