mirror of
https://github.com/kennethreitz-archive/mdWiki.git
synced 2026-06-17 13:50:59 +00:00
13 lines
481 B
PHP
13 lines
481 B
PHP
<?php if (!defined('PmWiki')) exit();
|
|
/* Copyright 2005 Patrick R. Michaud (pmichaud@pobox.com)
|
|
This file is part of PmWiki; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published
|
|
by the Free Software Foundation; either version 2 of the License, or
|
|
(at your option) any later version. See pmwiki.php for full details.
|
|
*/
|
|
|
|
global $HTTPHeaders;
|
|
|
|
$HTTPHeaders[] = "Content-type: text/html; charset=iso-8859-9;";
|
|
|