summaryrefslogtreecommitdiffstats
path: root/wp-cron.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-cron.php')
-rw-r--r--wp-cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-cron.php b/wp-cron.php
index 36d7662..eb303f8 100644
--- a/wp-cron.php
+++ b/wp-cron.php
@@ -3,7 +3,7 @@ ignore_user_abort(true);
define('DOING_CRON', TRUE);
require_once('wp-config.php');
-if ( $_GET['check'] != md5(DB_PASS . '187425') )
+if ( $_GET['check'] != wp_hash('187425') )
exit;
if ( get_option('doing_cron') > time() )