Просмотр файла template/str.php

Размер файла: 258B
<?php

$dirmus = opendir ("str/rating/");
while ($filem = readdir ($dirmus)) 
{if (( $filem != ".") && ($filem != "..") && ($filem != ".htaccess"))
{$am[]=$filem;}}
closedir ($dirmus);
$totalm = count($am);

print "(<font color='red'>$totalm</font>)<br>";
?>