Update register.php
This commit is contained in:
parent
b988c94618
commit
ad1afdbe4d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user