home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 70
/
Freelog070.iso
/
Internet
/
EasyPHP
/
easyphp1-8_setup.exe
/
{app}
/
phpmyadmin
/
changelog.php
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
PHP Script
|
2004-06-24
|
236 b
|
9 lines
<?php
// Simple script to set correct charset for changelog
/* $Id: changelog.php,v 2.1 2004/06/24 09:24:46 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
header('Content-type: text/plain; charset=utf-8');
readfile('ChangeLog');
?>