Add files via upload

This commit is contained in:
Fernando Méndez
2021-04-16 12:55:48 +02:00
committed by GitHub
parent a01ee7e513
commit e0ed6b8216
8 changed files with 365 additions and 29 deletions

View File

@ -1,10 +1,7 @@
<!DOCTYPE HTML>
<?php
session_start();
//HTML template:
require_once('../assets/php/template.php');
$template = new Template();
//General Config File:
require_once('../assets/php/config.php');
//Change the view of the "Login page" to "Registration page":
require('login_register_view.php');