Configuration extras now in a single file.

git-svn-id: https://develop.svn.wordpress.org/trunk@269 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little
2003-07-23 21:38:10 +00:00
parent 48271088e7
commit abff00b592
3 changed files with 29 additions and 32 deletions

View File

@@ -43,14 +43,9 @@ $passsql = DB_PASSWORD;
$base = DB_NAME;
$abspath = dirname(__FILE__).'/';
// setup your own smilies (if not there is a set in b2vars)
if (file_exists($abspath.'mysmilies.php')) {
include($abspath.'mysmilies.php');
}
// pull in the day and month translations
require_once($abspath.'day-month-trans.php');
// pull in the day and month translations and the smilies
require_once($abspath.'wp-config-extra.php');
require_once($abspath.$b2inc.'/wp-db.php');
require_once($abspath.$b2inc.'/b2functions.php');
require_once($abspath.'wp-settings.php');