Update register.php

This commit is contained in:
adrireal 2021-04-15 20:09:31 +02:00 committed by GitHub
parent b988c94618
commit ad1afdbe4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -1,11 +1,9 @@
<?php
session_start();
//General Config File:
require_once('./assets/php/config.php');
require_once('../assets/php/template.php');
require_once('./includes/formRegister.php');
$template = new Template();
$reg = new Register();
$reg->testReg();
?>
@ -50,4 +48,4 @@
$template->print_footer();
?>
</body>
</html>
</html>