todo for restart

This commit is contained in:
Steffen Schröder 2014-04-21 15:30:23 +02:00
parent b5cef78a5c
commit c0255bd442

View File

@ -285,6 +285,7 @@ class ManiaControl implements CommandListener, TimerListener {
$this->log('Restarting ManiaControl!');
// Execute start script in background
// TODO: restart the .php script itself ($_SERVER['scriptname'] or something + $argv)
if ($this->getOS(self::OS_UNIX)) {
$command = 'sh ' . escapeshellarg(ManiaControlDir . '/ManiaControl.sh') . ' > /dev/null &';
exec($command);