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

Размер файла: 273B
<?php
// mod by Golem http://veplog.ru


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

print "$totalm";
?>