diff --git a/_config.php b/_config.php index 1b1961af1..501f7a499 100755 --- a/_config.php +++ b/_config.php @@ -69,4 +69,7 @@ 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")'); \ No newline at end of file +PasswordEncryptor::register('sha1_v2.4','PasswordEncryptor_PHPHash("sha1")'); + +// Zend_Cache temp directory setting +$_ENV['TMPDIR'] = TEMP_FOLDER;