Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-04 22:26:24 +02:00
committed by GitHub
parent aacb6886bc
commit ebc132e205
19 changed files with 319 additions and 261 deletions

View File

@ -47,6 +47,7 @@ class FormLogin extends Form {
$name = $this->test_input($name);
$pass = $this->test_input($pass);
$name = strtolower($name);
$username = isset($name) ? $name : null ;
if (!$username) {
$login = false;