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"
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 }}"