disable php warning

This commit is contained in:
Antoine Beaupr�� 2014-11-21 17:33:33 +00:00
parent 7885d2e39b
commit d5f5e49b2a
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ $H=getenv("HTTP_HOST");
if (!isset($restrictip)) {
$restrictip=1;
}
if (!isset($charset) || ! $charset) $charset="UTF-8";
if (!$charset) $charset="UTF-8";
@header("Content-Type: text/html; charset=$charset");
?>