missing header

This commit is contained in:
Marc Delisle
2002-06-19 10:26:40 +00:00
parent 9a48e756e1
commit ae53e0a133

View File

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