false, 'error' => 'invalid action']); exit; } $cmd = match($action) { 'stop' => '/usr/local/sbin/mdcmd stop', 'shutdown' => '/sbin/shutdown -h now', 'restart' => '/sbin/shutdown -r now', }; exec($cmd . ' > /dev/null 2>&1 &'); echo json_encode(['ok' => true]);