equal
deleted
inserted
replaced
251 define('ENANO_INSTALLED', 'You bet!'); |
251 define('ENANO_INSTALLED', 'You bet!'); |
252 |
252 |
253 define('ENANO_CONSTANTS', ''); |
253 define('ENANO_CONSTANTS', ''); |
254 } |
254 } |
255 |
255 |
256 // The AES encryption key used to store passwords. We have a very specific |
256 // The AES encryption key used for encrypting various bits of information, |
257 // reason for doing this; see the rationale at: |
257 // such as cookies, that should not be editable by users. Read about |
|
258 // Enano's security model at: |
258 // http://docs.enanocms.org/Help:Appendix_B |
259 // http://docs.enanocms.org/Help:Appendix_B |
|
260 // This key was at one point used for passwords as well, but this is no |
|
261 // longer true. |
259 \$crypto_key = '$site_key'; |
262 \$crypto_key = '$site_key'; |
260 |
263 |
261 EOF; |
264 EOF; |
262 |
265 |
263 // Write config file |
266 // Write config file |