added TODO for restart command

This commit is contained in:
Steffen Schröder 2014-01-01 19:30:42 +01:00
parent accf5617e2
commit ab12cb7da1

View File

@ -265,6 +265,7 @@ class ManiaControl implements CommandListener {
exec($command);
}
else {
// TODO: validate restart on windows
$command = 'start /B ' . escapeshellarg(ManiaControlDir . '/ManiaControl.bat');
pclose(popen($command, 'r'));
}