NUL 2>&1'); } header('Location: index.php'); exit; } if ($action === 'stop') { file_put_contents($stop, '1'); header('Location: index.php'); exit; } if ($action === 'restart') { file_put_contents($stop, '1'); echo 'Genstarter...'; exit; } header('Location: index.php');