View file template/allusers.php

File size: 82B
<?php

$file=glob("users/*.log");
$count=count($file);
echo " ($count)";

?>