From ab12cb7da1f98a05085630b14218cdd8482d7ed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Wed, 1 Jan 2014 19:30:42 +0100 Subject: [PATCH] added TODO for restart command --- application/core/ManiaControl.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/core/ManiaControl.php b/application/core/ManiaControl.php index cdd09744..8ced446d 100644 --- a/application/core/ManiaControl.php +++ b/application/core/ManiaControl.php @@ -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')); }