View file wwphpmaster2.00_released/www.phpedited.com/panel/panel2/panel3.txt
<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>