mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
crazyhd: method form->post resolves #9022
This commit is contained in:
parent
e9c8c95d96
commit
cabb7391ca
1 changed files with 2 additions and 3 deletions
|
@ -110,9 +110,8 @@ settings:
|
|||
"1": "asc"
|
||||
|
||||
login:
|
||||
path: index.php
|
||||
method: form
|
||||
form: form[action="index.php?page=login"]
|
||||
path: index.php?page=login
|
||||
method: post
|
||||
inputs:
|
||||
uid: "{{ .Config.username }}"
|
||||
pwd: "{{ .Config.password }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue