Fix Web UI in nox

This commit is contained in:
Christophe Dumez 2010-06-17 11:55:47 +00:00
parent ca10c0ab09
commit a451cf2d5f
2 changed files with 16 additions and 13 deletions

View file

@ -237,6 +237,7 @@ void HttpConnection::respond() {
QFile file(url);
if(!file.open(QIODevice::ReadOnly))
{
qDebug("File %s was not found!", qPrintable(url));
respondNotFound();
return;
}