";
$res = shell_exec("rm -R /var/www/install");
echo $res;
if (is_dir('/var/www/install')) 
{
	echo "Automatic removing of Install Directory failed! [FAIL] 
";
	die("Your Install Directory Still Exists, Please Remove Immediately!!!!");
}
else
{
	echo "Installation abgeschlossen!! [OK]
\n";
	echo " ";
}
?>