<?php include "header.php"; ?> <tr bgcolor=#fefefe><td width=100% align=center valign=top> <br> <table align=center width=55% cellpadding=2px cellspacing=2px style="background-color: #33778a; font-size: 13px; font-family: arial, verdana, san-serif;" border=0> <tr><td bgcolor=#dddddd> <?php $file = "README.txt"; $open = fopen($file, "r"); $size = filesize($file); $count = nl2br(fread($open, $size)); echo($count); ?> </td></tr></table><br> <?php include "footer.php"; ?>