Index: branches/5.3.x/core/kernel/utility/system_config.php =================================================================== diff -u -N -r16395 -r16723 --- branches/5.3.x/core/kernel/utility/system_config.php (.../system_config.php) (revision 16395) +++ branches/5.3.x/core/kernel/utility/system_config.php (.../system_config.php) (revision 16723) @@ -1,6 +1,6 @@ 'utf-8', 'WebsitePath' => rtrim(preg_replace('/'.preg_quote(rtrim(defined('REL_PATH') ? REL_PATH : '', '/'), '/').'$/', '', str_replace('\\', '/', dirname($_SERVER['PHP_SELF']))), '/'), 'WriteablePath' => DIRECTORY_SEPARATOR . 'system', + 'SecurityHmacKey' => '', + 'SecurityEncryptionKey' => '', ); return $this->parseSections ? array('Misc' => $ret) : $ret;