リビジョン 3bf0e002 app/Config/core.php

差分を見る:

app/Config/core.php
215 215
 * the cake shell command: cake schema create Sessions
216 216
 */
217 217
	Configure::write('Session', array(
218
		'defaults' => 'php'
218
		'defaults' => 'database'
219 219
	));
220 220

  
221 221
/**
222 222
 * A random string used in security hashing methods.
223 223
 */
224
	Configure::write('Security.salt', 'DYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi');
224
	Configure::write('Security.salt', 'DYhG93b0qyJfIxfsjKeVoUubWwvniR2G0FgaC9mi');
225 225

  
226 226
/**
227 227
 * A random numeric string (digits only) used to encrypt/decrypt strings.
228 228
 */
229
	Configure::write('Security.cipherSeed', '76859309657453542496749683645');
229
	Configure::write('Security.cipherSeed', '76859309657496742496749683645');
230 230

  
231 231
/**
232 232
 * Apply timestamps with the last modified time to static assets (js, css, images).

他の形式にエクスポート: Unified diff