repo.or.cz
/
phpmyadmin
/
crack.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bug #1455373, CONVERT not in reserved words
[phpmyadmin/crack.git]
/
changelog.php
blob
5033c41957725d2427a69608a50303be3a903731
1
<
?php
2
// Simple script to set correct charset for changelog
3
/* $Id$ */
4
// vim: expandtab sw=4 ts=4 sts=4:
5
6
header
(
'Content-type: text/plain; charset=utf-8'
);
7
readfile
(
'ChangeLog'
);
8
?
>