diff options
-rw-r--r-- | cron.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,4 +13,5 @@ if (isset($_GET['cron_key']) && variable_get('cron_key', 'drupal') == $_GET['cro } else { watchdog('cron', 'Cron did not run because an invalid key used.', array(), WATCHDOG_NOTICE); + drupal_access_denied(); } |