diff --git a/Source/pages/checkin.php b/Source/pages/checkin.php index 731ba87..c905f97 100644 --- a/Source/pages/checkin.php +++ b/Source/pages/checkin.php @@ -20,7 +20,7 @@ } # Check for allowed remote IP/URL addresses -if ( ON == plugin_config_get( 'remote_checkin' ) ) { +if ( !$t_valid && ON == plugin_config_get( 'remote_checkin' ) ) { $t_checkin_urls = unserialize( plugin_config_get( 'checkin_urls' ) ); preg_match( '/^(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})$/', $t_address, $t_address_matches );