mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
ezSQL mods.
git-svn-id: https://develop.svn.wordpress.org/trunk@114 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -8,11 +8,6 @@
|
||||
// We highly recommend it.
|
||||
// We have modified the HTML it returns slightly.
|
||||
|
||||
define('EZSQL_DB_USER', ""); // <-- mysql db user
|
||||
define('EZSQL_DB_PASSWORD', ""); // <-- mysql db password
|
||||
define('EZSQL_DB_NAME', "mysql"); // <-- mysql db pname
|
||||
define('EZSQL_DB_HOST', 'localhost'); // <-- mysql server host
|
||||
|
||||
define('EZSQL_VERSION', '1.21');
|
||||
define('OBJECT', 'OBJECT', true);
|
||||
define('ARRAY_A', 'ARRAY_A', true);
|
||||
@@ -399,6 +394,6 @@
|
||||
|
||||
}
|
||||
|
||||
$wpdb = new wpdb(EZSQL_DB_USER, EZSQL_DB_PASSWORD, EZSQL_DB_NAME, EZSQL_DB_HOST);
|
||||
$wpdb = new wpdb(DB_USER, DB_PASSWORD, DB_NAME, DB_HOST);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user