@@ -81,7 +81,7 @@ if ($config_enable_cron == 0) {
}
// Check Cron Key
if ( $argv[1] !== $config_cron_key ) {
if ($argv[1] !== $config_cron_key && $_GET['key'] !== $config_cron_key) {
exit("Cron Key invalid -- Quitting..");
The note is not visible to the blocked user.