portal not needed to access rss-feed
parent
53ec3490d8
commit
4c69eea415
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue