excluded json download from portal

main
fuzzykitten 2025-05-10 16:53:17 -04:00
parent dacdda474c
commit d1d901845f
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ if ( (!empty($_SERVER['REMOTE_ADDR']))
if ( (empty($_POST['portal'])) if ( (empty($_POST['portal']))
&& ($short_mode != 'b') && ($short_mode != 'b')
&& ($short_mode != 'p') && ($short_mode != 'p')
&& ($short_mode != 'd')
&& ($short_mode != 'rss') ) { && ($short_mode != 'rss') ) {
check_portal($db, $settings, $visitor_ip); check_portal($db, $settings, $visitor_ip);
} elseif ( (!empty($_POST['portal'])) ) { } elseif ( (!empty($_POST['portal'])) ) {