crazyhd: method form->post resolves #9022

This commit is contained in:
Garfield69 2020-06-21 20:43:02 +12:00
parent e9c8c95d96
commit cabb7391ca
1 changed files with 2 additions and 3 deletions

View File

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