mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 10:44:26 +00:00
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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user