revert last commit, i read my diff backwards

This commit is contained in:
Antoine Beaupr�� 2014-11-21 17:37:05 +00:00
parent d5f5e49b2a
commit 2695b09f6a
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 (!$charset) $charset="UTF-8";
if (!isset($charset) || ! $charset) $charset="UTF-8";
@header("Content-Type: text/html; charset=$charset");
?>