Log Function added

This commit is contained in:
JonatanRek
2019-08-30 17:29:34 +02:00
parent 568fd6c59a
commit 031b35937d
3 changed files with 52 additions and 13 deletions

View File

@@ -43,6 +43,8 @@ $userManager = new UserManager();
if (isset($_POST['username']) && isset($_POST['password']) ) {
$userManager->login($_POST['username'], $_POST['password'], $_POST['remember']);
}
$logManager = new LogManager();
/*
$form = new Form('name','1','POST','');
$form->addInput(InputTypes::TEXT,'nadpis','','Label','');