mirror of
https://github.com/Jackett/Jackett
synced 2025-01-04 06:22:45 +00:00
speedtorrentreloaded: fix login test path
https://github.com/Jackett/Jackett/issues/10026#issuecomment-742023042
This commit is contained in:
parent
4ceb98909c
commit
b63344945c
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ login:
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
secure_code: "{{ .Config.secure_code }}"
|
secure_code: "{{ .Config.secure_code }}"
|
||||||
test:
|
test:
|
||||||
path: sessioncheck.php
|
path: index.php
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue