Skip to content

Commit

Permalink
ENHANCEMENT Combined files now live in assets/.combinedfiles by defau…
Browse files Browse the repository at this point in the history
…lt (from r100529)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@105597 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
chillu committed May 25, 2010
1 parent 9a438d2 commit 3bab691
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _config.php
Expand Up @@ -70,4 +70,6 @@
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');

0 comments on commit 3bab691

Please sign in to comment.