Assume uninitialized charset constant (https://board.s9y.org/viewtopic.php?f=3&t=22365)
This commit is contained in:
parent
b2eecb9a3d
commit
4a43761e72
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user