AUTH_SALT

常量
define( 'AUTH_SALT', 'put your unique phrase here' );
定義位置
引入
棄用

AUTH_SALT:這是一個預定義的常量,它是用於加密 cookie 中儲存的使用者身份驗證資料的金鑰。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
define( 'AUTH_SALT', 'put your unique phrase here' );
define( 'AUTH_SALT', 'put your unique phrase here' );
define( 'AUTH_SALT',        'put your unique phrase here' );

常見問題

FAQs
檢視更多 >