. * @author niel * @copyright 2014 nZEDb */ $start = ['start', 'run', 'resume', 'continue']; $stop = ['stop', 'end', 'finish', 'halt']; $options = implode(' | ', $start) . ' | ' . implode(' | ', $stop); $message = <<