mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 09:13:08 -07:00
Always use index.html as default page
This commit is contained in:
parent
19dfec1e0a
commit
d254a98662
3 changed files with 2 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue