Lose hash check
git-svn-id: http://svn.automattic.com/wordpress/trunk@10472 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
07489f05e8
commit
0a3a725c82
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue