Blame
Date:
Fri Apr 1 04:00:22 2022 UTC
Message:
Daily backup
01
2021-12-17
jrmu
<?php if (!defined('PmWiki')) exit();
02
2021-12-17
jrmu
/* Copyright 2005-2017 Patrick R. Michaud (pmichaud@pobox.com)
03
2021-12-17
jrmu
This file is part of PmWiki; you can redistribute it and/or modify
04
2021-12-17
jrmu
it under the terms of the GNU General Public License as published
05
2021-12-17
jrmu
by the Free Software Foundation; either version 2 of the License, or
06
2021-12-17
jrmu
(at your option) any later version. See pmwiki.php for full details.
07
2021-12-17
jrmu
08
2021-12-17
jrmu
Script maintained by Petko YOTOV www.pmwiki.org/petko
09
2021-12-17
jrmu
*/
10
2021-12-17
jrmu
11
2021-12-17
jrmu
global $HTTPHeaders, $Charset, $DefaultPageCharset;
12
2021-12-17
jrmu
13
2021-12-17
jrmu
$HTTPHeaders[] = "Content-type: text/html; charset=iso-8859-9";
14
2021-12-17
jrmu
$Charset = "ISO-8859-9";
15
2021-12-17
jrmu
SDVA($DefaultPageCharset, array('ISO-8859-1'=>$Charset));
16
2021-12-17
jrmu
IRCNow