Source of index.php

<?php
$p = getProject();
$p->Header('Download');
echo $p->Textify(file_get_contents('INTRO'));
?>
<div class="d5050">
<div class="left">
<h2>PLib</h2>
<?php
$p->DownloadItems(__FILE__, 'plib-*');
?>
</div>
<div class="right">
<h2>SimpleAuth User Administrator</h2>
<p>This is the admin interface for the PLib module
<a href="../tutorials/simpleauth/"><code>SimpleAuth</code></a>.</p>
<?php
$p->DownloadItems(__FILE__, 'SimpleAuth-User-Administrator.tgz');
?>
</div>
<br class="clear" />
</div>
<?php
$p->Footer();
?>