Merge pull request #10485 from CzBiX/login_page

Always use index.html as default page
This commit is contained in:
Mike Tzou
2019-04-16 12:23:13 +08:00
committed by GitHub
3 changed files with 2 additions and 4 deletions

View File

@@ -156,9 +156,7 @@ void WebApplication::sendWebUIFile()
const QString path {
(request().path != QLatin1String("/")
? request().path
: (session()
? QLatin1String("/index.html")
: QLatin1String("/login.html")))
: QLatin1String("/index.html"))
};
QString localPath {

View File

@@ -50,7 +50,7 @@
<file>private/uploadlimit.html</file>
<file>public/css/login.css</file>
<file>public/css/noscript.css</file>
<file>public/login.html</file>
<file>public/index.html</file>
<file>public/scripts/login.js</file>
</qresource>
</RCC>