auth.php: disallow unencrypted logins by default

This commit is contained in:
Zankaria 2024-04-30 11:31:06 +02:00
parent 003152095a
commit aa99d10f1a
5 changed files with 32 additions and 5 deletions

View file

@ -22,7 +22,8 @@
"inc/queue.php",
"inc/polyfill.php",
"inc/error.php",
"inc/functions.php"
"inc/functions.php",
"inc/functions/net.php"
]
},
"license": "Tinyboard + vichan",