swal({title:"Weet u zeker het zeker?",text:"De data word verplaast en blijft dus NET op de SD kaart",icon:"warning",buttons:["Annuleren",!0],dangerMode:!0}).then(e=>{e?window.location.href="step4.php?movebackupok":swal("Geannuleerd","Er is niks uitgevoerd","info")});';
}
if (isset($_GET['movebackupok']))
{
shell_exec("echo \backupmode=move > session-mode");
header('Location: start-import.php');
}
if (isset($_POST['copybackup']))
{
echo '';
}
if (isset($_GET['copyackupok']))
{
shell_exec("echo \backupmode=copy > session-mode");
header('Location: start-import.php');
}
if (isset($_POST['dumpmovebackup']))
{
echo '';
}
if (isset($_GET['dumpmovebackupok']))
{
shell_exec("echo \backupmode=dumpmove > session-mode");
header('Location: start-import.php');
}
if (isset($_POST['dumpcopybackup']))
{
echo '';
}
if (isset($_GET['dumpcopyackupok']))
{
shell_exec("echo \backupmode=dumpcopy > session-mode");
header('Location: start-import.php');
}
?>