3DSTownSquare/3ds/members.php
2022-05-26 12:34:34 +00:00

3 lines
No EOL
108 B
PHP
Executable file

<?php
$fi = new FilesystemIterator("acc/data", FilesystemIterator::SKIP_DOTS);
echo iterator_count($fi) - 1;