Skip to content
Commit 4f11edad authored by Zheng Qian's avatar Zheng Qian
Browse files

luci-app-aria2: fix http/https protocol when opening aria2 webUI



In the openWebUI function, the url is assumed as http protocol,
this will cause problem when we login luci-admin with https.

The variable localhostPath has already contained http/https
protocol, so we can use it directly and add the path of aria2
webUI.

Signed-off-by: default avatarZheng Qian <sotux82@gmail.com>
parent 1b26c91a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment