Subversion-Projekte lars-tiefland.cakephp

Revision

Revision 1 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1 Revision 3
Zeile 146... Zeile 146...
146
 */
146
 */
147
	Configure::write('Security.level', 'high');
147
	Configure::write('Security.level', 'high');
148
/**
148
/**
149
 * A random string used in security hashing methods.
149
 * A random string used in security hashing methods.
150
 */
150
 */
151
	Configure::write('Security.salt', 'DYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi');
151
	Configure::write('Security.salt', 'kdödjsfödsaökfdsökldsfödsfjökdsföldsfjklörjewipvnckfnlsdfpio');
152
/**
152
/**
153
 * Compress CSS output by removing comments, whitespace, repeating tags, etc.
153
 * Compress CSS output by removing comments, whitespace, repeating tags, etc.
154
 * This requires a/var/cache directory to be writable by the web server for caching.
154
 * This requires a/var/cache directory to be writable by the web server for caching.
155
 * and /vendors/csspp/csspp.php
155
 * and /vendors/csspp/csspp.php
156
 *
156
 *