Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-20 15:29:49 +02:00
committed by GitHub
parent 62d0602d70
commit fa4769d77b
49 changed files with 1532 additions and 102 deletions

View File

@ -1,6 +1,6 @@
<?php
include_once($prefix.'assets/php/common/user_dao.php');
include_once($prefix.'assets/php/includes/user_dao.php');
include_once($prefix.'assets/php/form.php');
class FormLogin extends Form {