Просмотр файла wwphpmaster1.03/www.phpedited.com/panel/panel2/panel3.txt

Размер файла: 383B
<table border=0 cellspacing=5 cellpadding=0 width=150>
<tr>
<?php
echo ("<td background='thm-wb/$url_thm/pls.gif' align=center>");
?>
Инфо
</td>
</tr>
<tr>
<td align=center>
<?php
$file = fopen("wap/lcl/version.dt","r");
if(!$file)
{
echo("Ошибка открытия файла version.dt");
}
else
{
$version = fgets ($file);
}
echo ("$version<br>");
?>
</td>
</tr>
</table>