Changeset 1832 for trunk/bb-admin/includes/class.bb-install.php
- Timestamp:
- 12/08/2008 07:18:40 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/bb-admin/includes/class.bb-install.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-admin/includes/class.bb-install.php
r1804 r1832 678 678 'prerequisite' => 'toggle_1' 679 679 ), 680 'bb_nonce_key' => array( 681 'value' => $_bb_default_secret_key, 682 'label' => __('bbPress "nonce" key'), 683 'note' => __('This should be a unique and secret phrase, it will be used to make form submission harder for an attacker to spoof.'), 684 'prerequisite' => 'toggle_1' 685 ), 680 686 'bb_table_prefix' => array( 681 687 'value' => 'bb_', … … 1174 1180 $data['bb_secure_auth_key']['value'] = addslashes(stripslashes($data['bb_secure_auth_key']['value'])); 1175 1181 $data['bb_logged_in_key']['value'] = addslashes(stripslashes($data['bb_logged_in_key']['value'])); 1182 $data['bb_nonce_key']['value'] = addslashes(stripslashes($data['bb_nonce_key']['value'])); 1176 1183 } 1177 1184 … … 1224 1231 "define('BB_SECURE_AU" => array("'put your unique phrase here'", "'" . $data['bb_secure_auth_key']['value'] . "'"), 1225 1232 "define('BB_LOGGED_IN" => array("'put your unique phrase here'", "'" . $data['bb_logged_in_key']['value'] . "'"), 1233 "define('BB_NONCE_KEY" => array("'put your unique phrase here'", "'" . $data['bb_nonce_key']['value'] . "'"), 1226 1234 "\$bb_table_prefix = '" => array("'bb_'", "'" . $data['bb_table_prefix']['value'] . "'"), 1227 1235 "define('BB_LANG', ''" => array("''", "'" . $data['bb_lang']['value'] . "'")
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)