revert last commit, i read my diff backwards
This commit is contained in:
parent
d5f5e49b2a
commit
2695b09f6a
|
@ -36,7 +36,7 @@ $H=getenv("HTTP_HOST");
|
|||
if (!isset($restrictip)) {
|
||||
$restrictip=1;
|
||||
}
|
||||
if (!$charset) $charset="UTF-8";
|
||||
if (!isset($charset) || ! $charset) $charset="UTF-8";
|
||||
@header("Content-Type: text/html; charset=$charset");
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue