diff --git a/utility/restore.php b/utility/restore.php index 942e9fc831c4903ebdaf70357445fac39b21de32..6b75b0e3d25c6f1cf0ac5289cb15ec33a196c678 100644 --- a/utility/restore.php +++ b/utility/restore.php @@ -21,6 +21,8 @@ define('ROOT_PATH', dirname(__FILE__).'/../'); define('CHARSET', $_config['output']['charset']); define('DBCHARSET', $_config['db']['1']['dbcharset']); +header('Content-Type: text/html; charset='.CHARSET); + $lock_file = ROOT_PATH.'./data/restore.lock'; if(file_exists($lock_file)) { show_msg('restored_error');