Update register.php

This commit is contained in:
adrireal
2021-04-15 20:09:31 +02:00
committed by GitHub
parent b988c94618
commit ad1afdbe4d

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>