ENHANCEMENT Combined files now live in assets/.combinedfiles by default

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100529 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2010-03-04 23:09:53 +00:00 committed by Sam Minnee
parent 975e3b5a82
commit 6288d4a3ab

View File

@ -70,4 +70,6 @@ PasswordEncryptor::register('md5', 'PasswordEncryptor_LegacyPHPHash("md5")');
PasswordEncryptor::register('sha1','PasswordEncryptor_LegacyPHPHash("sha1")');
PasswordEncryptor::register('md5_v2.4', 'PasswordEncryptor_PHPHash("md5")');
PasswordEncryptor::register('sha1_v2.4','PasswordEncryptor_PHPHash("sha1")');
?>
// Set the default folder for where combined JS/CSS files should live
Requirements::set_combined_files_folder('assets/.combinedfiles');