PluginProbe
SQLite Database Integration / 2.2.0
SQLite Database Integration v2.2.0
3.0.2 3.0.1 trunk 2.1.13 2.1.14 2.1.15 2.1.16 2.2.0 2.2.1 2.2.10 2.2.11 2.2.12 2.2.13 2.2.14 2.2.15 2.2.16 2.2.17 2.2.18 2.2.19 2.2.2 2.2.20 2.2.21 2.2.22 2.2.23 2.2.3 All 32 releases
← All changes | constants.php +0 -10 2.2.32.2.0 View file →
@@ -51,18 +51,8 @@
51 51 define( 'FQDB', FQDBDIR . '.ht.sqlite' );
52 52 }
53 53 }
54 54
55 -/**
56 - * The DB_NAME constant is required by the SQLite driver.
57 - *
58 - * When DB_NAME is not defined, let's use a default value that corresponds to
59 - * the default value of the constant in "wp-config-sample.php" and in Studio.
60 - */
61 -if ( ! defined( 'DB_NAME' ) ) {
62 - define( 'DB_NAME', 'database_name_here' );
63 -}
64 -
65 55 // Allow enabling the SQLite AST driver via environment variable.
66 56 if ( ! defined( 'WP_SQLITE_AST_DRIVER' ) && isset( $_ENV['WP_SQLITE_AST_DRIVER'] ) && 'true' === $_ENV['WP_SQLITE_AST_DRIVER'] ) {
67 57 define( 'WP_SQLITE_AST_DRIVER', true );
68 58 }