Another Acknowledgements page update (fix for previous commit)
[openemr.git] / phpmyadmin / license.php
blob91927f41ae268faad64f27dea5efde630d349ca8
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * Simple script to set correct charset for the license
6 * Note: please do not fold this script into a general script
7 * that would read any file using a GET parameter, it would open a hole
9 * @version $Id$
12 /**
15 header('Content-type: text/plain; charset=iso-8859-1');
16 readfile('LICENSE');