Source of index.php

<?php
/**
 * Description goes here...
 *
 * @author Pontus Östlund <spam@poppa.se>
*/
require_once '../config.inc.php';
$p = getProject();
$p->Header('Changelog');
echo $p->Textify(file_get_contents(PLIB_INSTALL_DIR . '/CHANGELOG'));
$p->Footer();
?>