diff --git a/Source/pages/import.php b/Source/pages/import.php index 38228ff..87f65d8 100644 --- a/Source/pages/import.php +++ b/Source/pages/import.php @@ -50,7 +50,9 @@ } } } - +if ( gpc_get_string( 'api_key' ) == plugin_config_get( 'api_key' ) ) { + $t_valid = true; +} # Not validated by this point gets the boot! if ( !$t_valid ) { die( plugin_lang_get( 'invalid_import_url' ) );