MINOR Reverted default location for combined JS/CSS as you can't customise this easily (from r100534)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@105599 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-05-25 04:16:52 +00:00
parent 656eccc7a4
commit b3b3a38b39
1 changed files with 1 additions and 4 deletions

View File

@ -69,7 +69,4 @@ PasswordEncryptor::register('none', 'PasswordEncryptor_None');
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');
PasswordEncryptor::register('sha1_v2.4','PasswordEncryptor_PHPHash("sha1")');