<?php
shell_exec("rm -R prestashop/install");
echo "<script>alert(\"Le dossier Install a été supprimé\")</script>";
echo "<script>window.location.replace(\"..\")</script>";
?>
