PhileCMS / Phile

A flat file CMS with a swappable parser and template engine.
https://philecms.github.io/
Other
257 stars 49 forks source link

instalation: warn about the need of a security key #204

Closed marado closed 9 years ago

Schlaefer commented 9 years ago

Hi, thanks for pull request.

lib/phpfastcache is a third party library: http://www.phpfastcache.com/ It should probably not even be in the Phile repository but included via composer.

If there's issue in phpFastCache we should report it back to them and avoid patching it ourself.

That said I don't see how the securityKey can be empty. The constructor assigns a default value if it's empty.

marado commented 9 years ago

207 is a better fix.