This commit is contained in:
Garvin Hicking 2018-03-12 12:38:25 +01:00
parent b2eecb9a3d
commit 4a43761e72

View File

@ -196,7 +196,7 @@ include($serendipity['serendipityPath'] . 'include/lang.inc.php');
$serendipity['charsets'] = array(
'UTF-8/' => 'UTF-8',
'' => CHARSET_NATIVE
'' => (defined('CHARSET_NATIVE') ? CHARSET_NATIVE : 'CHARSET_NATIVE')
);
@define('PATH_SMARTY_COMPILE', 'templates_c'); // will be placed inside the template directory