missing header
This commit is contained in:
@@ -41,6 +41,8 @@ $url_query = 'lang=' . $lang
|
|||||||
. '&convcharset=' . $convcharset
|
. '&convcharset=' . $convcharset
|
||||||
. '&server=' . $server
|
. '&server=' . $server
|
||||||
. (empty($db) ? '' : '&db=' . urlencode($db));
|
. (empty($db) ? '' : '&db=' . urlencode($db));
|
||||||
|
|
||||||
|
header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
||||||
|
Reference in New Issue
Block a user