Просмотр файла index.php

Размер файла: 486B
<?
include 'head.php';
Error_Reporting(E_ALL & ~E_NOTICE);
echo '<font color="red"><u>';
$rand1=rand(0,1038); $rand2=rand(0,1038); $mat=@file("susch.txt"); $mat1=@file("pril.txt"); print "$mat[$rand1] $mat1[$rand2] ";
echo '</u></font><br/>';
$kom = @file("file.dat"); $total = count($kom);
echo '<br/><a href="index.php">Посмотреть ещё</a><br/>- - =  - -<br/><br/><a href="usersm.php">Маты пользователей</a> [<b>'.$total.'</b>]';
include 'foot.php';
?>