@@ -43,7 +43,7 @@ |
||
| 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 |