summaryrefslogtreecommitdiffstats
path: root/wp-atom.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-atom.php')
-rw-r--r--wp-atom.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-atom.php b/wp-atom.php
index 4e8f200..9ff49e6 100644
--- a/wp-atom.php
+++ b/wp-atom.php
@@ -1,7 +1,7 @@
<?php
if (empty($wp)) {
- require_once('wp-config.php');
+ require_once('./wp-config.php');
wp('feed=atom');
}