Allow wp-config.php to exist one level up from WordPress root directory. Props sambauers. fixes #6933

git-svn-id: https://develop.svn.wordpress.org/trunk@7971 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-05-21 05:59:27 +00:00
parent 6fad8c567f
commit e911cca913
30 changed files with 78 additions and 56 deletions

View File

@@ -1,7 +1,7 @@
<?php
if (empty($wp)) {
require_once('./wp-config.php');
require_once('./wp-load.php');
wp('feed=rss2&withcomments=1');
}