Exemplo n.º 1
0
function stop()
{
    Webinterface\Helper\Daemon::stopDaemon($_GET['daemon']);
}
Exemplo n.º 2
0
function stop()
{
    Webinterface\Helper\Daemon::stopDaemon($_GET['daemon']);
    redirect(WPNXM_WEBINTERFACE_ROOT . 'index.php?page=overview');
}