mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 01:00:04 +00:00
Lose hash check
git-svn-id: https://develop.svn.wordpress.org/trunk@10472 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user