Added some improvements learned from CRWT upgrade.
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ define('NONCE_SALT', '!M@7=}Gsx@4MVX|][e<N--f@BvkG_8,z5*8.G#lPr<Wrl0^0}hEV
|
||||
* You can have multiple installations in one database if you give each
|
||||
* a unique prefix. Only numbers, letters, and underscores please!
|
||||
*/
|
||||
$table_prefix = 'cf_';
|
||||
$table_prefix = getenv('TABLE_PREFIX') ?: 'wp_';
|
||||
|
||||
/**
|
||||
* For developers: WordPress debugging mode.
|
||||
|
||||
Reference in New Issue
Block a user