Lose hash check

git-svn-id: https://develop.svn.wordpress.org/trunk@10472 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-01-30 22:32:20 +00:00
parent 27ddfadac3
commit 3fa69e82bf
1 changed files with 0 additions and 3 deletions

View File

@ -20,9 +20,6 @@ define('DOING_CRON', true);
/** Setup WordPress environment */ /** Setup WordPress environment */
require_once('./wp-load.php'); require_once('./wp-load.php');
if ( $_GET['check'] != wp_hash('187425') )
exit;
$local_time = time(); $local_time = time();
$crons = _get_cron_array(); $crons = _get_cron_array();