Added some improvements learned from CRWT upgrade.

This commit is contained in:
2025-06-10 18:41:07 +00:00
parent 48a64c674c
commit 002dfea366
4 changed files with 27 additions and 12 deletions
+1 -1
View File
@@ -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.