✏️
Editing: = htmlspecialchars($editFile) ?>
= count($folders) ?>
Folders
= formatBytes(array_sum(array_column($files, 'size'))) ?>
Total Size
📂
File Browser
| Name |
Size |
Perms |
Modified |
Actions |
|
📁
= htmlspecialchars($item['name']) ?>
|
= $item['size'] ?> |
|
= date('m/d H:i', $item['modified']) ?> |
|
|
'🐘', 'js' => '📜', 'css' => '🎨', 'html' => '🌐', 'txt' => '📝',
'jpg' => '🖼️', 'png' => '🖼️', 'gif' => '🖼️', 'pdf' => '📕', 'zip' => '📦',
'sql' => '🗃️', 'json' => '📋', 'xml' => '📄'
];
if (isset($icons[$ext])) $icon = $icons[$ext];
?>
= $icon ?>
= htmlspecialchars($item['name']) ?>
🔒
|
= formatBytes($item['size']) ?> |
|
= date('m/d H:i', $item['modified']) ?> |
|