bug #1455373, CONVERT not in reserved words
[phpmyadmin/crack.git] / changelog.php
blob5033c41957725d2427a69608a50303be3a903731
1 <?php
2 // Simple script to set correct charset for changelog
3 /* $Id$ */
4 // vim: expandtab sw=4 ts=4 sts=4:
6 header('Content-type: text/plain; charset=utf-8');
7 readfile('ChangeLog');
8 ?>