<html>
<head>
<meta http-equiv="Content-Language" content="fr">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Arrêter</title>
</head>
<body style="font-family: Verdana; font-size: 8pt; color: #333333" bgcolor="#C0C0C0">
<p>Le numéro de processus vous a été donné à la page précédente après apache</p>
<form method="POST" action="stop2.php">
<input type="text" name="tuer" size="20" style="font-family: Verdana; font-size: 8pt; color: #333333; border: 1px solid #333333; background-color: #C0C0C0"></p>
<p>
<input type="submit" value="Arrêter" name="B1" style="font-family: Verdana; font-size: 8pt; color: #FF0000; border: 1px solid #333333; background-color: #C0C0C0" class="v">
<input type="reset" value="Annuler" name="B2" style="font-family: Verdana; font-size: 8pt; color: #333333; border: 1px solid #333333; background-color: #C0C0C0"></p>
</form>
<p> </p>
<?
system("su");
system("$rootpwd<cr>");
system("kill $tuer");
system("exit");
echo "Le serveur est arrêté";
?>
</body>
</html>