diff options
Diffstat (limited to 'wp-commentsrss2.php')
| -rw-r--r-- | wp-commentsrss2.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-commentsrss2.php b/wp-commentsrss2.php index fecfefb..5f5f8b4 100644 --- a/wp-commentsrss2.php +++ b/wp-commentsrss2.php @@ -1,7 +1,7 @@ <?php if (empty($wp)) { - require_once('wp-config.php'); + require_once('./wp-config.php'); wp('feed=rss2&withcomments=1'); } |
