| @@ -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 | } |