Documentation TYPO3 par Ameos |
00001 <?php 00002 // Simple script to set correct charset for changelog 00003 /* $Id: changelog.php,v 2.1 2004/06/24 09:24:46 nijel Exp $ */ 00004 // vim: expandtab sw=4 ts=4 sts=4: 00005 00006 header('Content-type: text/plain; charset=utf-8'); 00007 readfile('ChangeLog'); 00008 ?>