update Wordpress salt use printf instead of ed

This commit is contained in:
2020-11-25 15:46:00 +01:00
parent 0ab3c8bc44
commit 3c7683684a
2 changed files with 3 additions and 4 deletions

View File

@@ -25,8 +25,6 @@ define('FS_METHOD','direct');
#$table_prefix = 'DBName';
$table_prefix = 'wp';
WPsalty
define('WP_DEBUG', false);
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
@@ -39,4 +37,4 @@ if ( !defined('ABSPATH') )
#define('WP_REDIS_HOST', '127.0.0.1');
#define('WP_REDIS_PASSWORD', '<RedisPassword>');
#define('WP_REDIS_PORT', '6379');
require_once(ABSPATH . 'wp-settings.php');