Add files via upload

This commit is contained in:
Fernando Méndez
2021-04-28 21:46:10 +02:00
committed by GitHub
parent 12a56f33bf
commit 9756959978
27 changed files with 641 additions and 31 deletions

View File

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