mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Always use index.html as default page
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user