Completed
Push — master ( 28d91a...df7455 )
by Sam
08:52
created
src/cli/Manager/HttpRequestManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
 		$socket->listen($configuration->getHttpListenPort(), $configuration->getListenAddress());
44 44
 
45 45
 		// Configure the web server
46
-		$webroot                = realpath(__DIR__ . '/../../client/app');
46
+		$webroot                = realpath(__DIR__.'/../../client/app');
47 47
 		$this->_staticWebServer = new StaticWebServer(new HttpServer($socket), $webroot, $logger);
48 48
 
49 49
 		// Configure the authentication handler
Please login to merge, or discard this patch.