This commit is contained in:
HotPizzaYT 2022-04-24 13:57:02 -05:00
commit 4dff2720ba
82 changed files with 2322 additions and 0 deletions

3
3ds/members.php Normal file
View file

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