<?php
require_once('./wp-config.php');

if ( $_GET['check'] != md5(DB_PASS . '187425') )
	exit;

wp_cron();

?>

