C:\$Recycle.Bin\S-1-5-21-3967099092-2644009230-141905953-500\$RJ3N5BE.old\changelog.php


1
2
3
4
5
6
7
8
<?php
// Simple script to set correct charset for changelog
/* $Id: changelog.php,v 2.1 2004/06/24 09:24:46 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:

header('Content-type: text/plain; charset=utf-8');
readfile('ChangeLog');
?>