portal not needed to access rss-feed

main
fuzzykitten 2025-04-26 16:44:53 -04:00
parent 53ec3490d8
commit 4c69eea415
1 changed files with 3 additions and 1 deletions

View File

@ -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';