summaryrefslogtreecommitdiffstats
path: root/wp-cron.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-cron.php')
-rw-r--r--wp-cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-cron.php b/wp-cron.php
index eb303f8..f60ac56 100644
--- a/wp-cron.php
+++ b/wp-cron.php
@@ -1,7 +1,7 @@
<?php
ignore_user_abort(true);
define('DOING_CRON', TRUE);
-require_once('wp-config.php');
+require_once('./wp-config.php');
if ( $_GET['check'] != wp_hash('187425') )
exit;