Documentation TYPO3 par Ameos

readme.php

00001 <?php
00002 // Simple script to set correct charset for the readme
00003 // vim: expandtab sw=4 ts=4 sts=4:
00004 //
00005 // Note: please do not fold this script into a general script
00006 // that would read any file using a GET parameter, it would open a hole
00007 
00008 header('Content-type: text/plain; charset=iso-8859-1');
00009 readfile('README');
00010 ?>


Généré par Les experts TYPO3 avec  doxygen 1.4.6