Add files via upload

This commit is contained in:
Fernando Méndez 2021-04-13 17:19:24 +02:00 committed by GitHub
parent 9fa33c648d
commit 1d64623e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
<!DOCTYPE HTML>
<?php
session_start();
//HTML template:
require_once('../assets/php/template.php');
$template = new Template();
?>