<?php
if ( $config['htmlcomm'] == true ) echo ("<!-- unset.php BEGIN -->
");
exec("killall ffmpeg");
if (isset($_POST['cancel'])) {
if ( $config['debug_messages'] == true ) echo ("Ale Parameter geloescht!");
unset(
$_POST['language'],
$_POST['show_mountpoint_1'],
$_POST['show_mountpoint_2'],
$_POST['show_mountpoint_3'],
$_POST['show_mountpoint_4'],
$_POST['show_mountpoint_5'],
$_POST['halterelais'],
$_POST['source'],
$_POST['destpath'],
$_POST['source_media'],
$_POST['set_image_format'],
$_POST['wish_preview'],
$_POST['source_erase_previews'],
$_POST['source_create_previews'],
$_POST['ready2go_source'],
$_POST['destination'],
$_POST['destination_media'],
$_POST['destination_pictureframe_video_format'],
$_POST['destination_video_quality'],
$_POST['destination_audio_quality'],
$_POST['destination_pictureframe_audio_video'],
$_POST['ready2go_destination'],
$_POST['step'],
$_POST['actualstep'],
$_POST['source_media_real_path'],
$_POST['destination_filename']
);
}
if ( $config['htmlcomm'] == true ) echo ("<!-- unset.php END -->
");
?>