1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-26 17:58:49 +00:00

crazyhd: update login. resolves #8924

This commit is contained in:
Garfield69 2020-06-09 13:11:41 +12:00
parent ee0b5f1d98
commit 2d9ec2401b

View file

@ -110,9 +110,9 @@ settings:
"1": "asc"
login:
path: index.php?page=login
path: index.php
method: form
form: form[action^="index.php?page=login"]
form: form[action="index.php?page=login"]
inputs:
uid: "{{ .Config.username }}"
pwd: "{{ .Config.password }}"