Lose hash check

git-svn-id: http://svn.automattic.com/wordpress/trunk@10472 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-01-30 22:32:20 +00:00
parent 07489f05e8
commit 0a3a725c82
1 changed files with 0 additions and 3 deletions

View File

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