Lose hash check
git-svn-id: https://develop.svn.wordpress.org/trunk@10472 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
27ddfadac3
commit
3fa69e82bf
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user