0 ? round((($dt - $du) / $dt) * 100, 2) : 0; // Format bytes function function formatBytes($b) { $u = array('B', 'KB', 'MB', 'GB', 'TB'); $i = 0; while ($b >= 1024 && $i < count($u) - 1) { $b = $b / 1024; $i++; } return round($b, 2) . ' ' . $u[$i]; } ?> Admin Control Panel v2.0
📁 Directory Contents items
Name Size Permissions Modified Actions
Edit Delete
🗂

This directory is empty

✎ Editing: ← Back
Cancel