ztracker: change domain *.cc

also update login path to login.php
This commit is contained in:
ilike2burnthing 2021-01-26 02:54:52 +00:00 committed by GitHub
parent 6b34593996
commit 1979797f5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,9 @@ language: hu-hu
type: semi-private type: semi-private
encoding: ISO-8859-2 encoding: ISO-8859-2
links: links:
- http://ztracker.org/ # site does not support https ERR_CONNECTION_REFUSED - http://ztracker.cc/ # site does not support https invalid certificate
legacylinks:
- http://ztracker.org/
caps: caps:
categorymappings: categorymappings:
@ -79,8 +81,9 @@ settings:
asc: asc asc: asc
login: login:
path: belepes.php path: login.php
method: form method: form
form: form[action="takelogin.php"]
inputs: inputs:
username: "{{ .Config.username }}" username: "{{ .Config.username }}"
password: "{{ .Config.password }}" password: "{{ .Config.password }}"