10 lines
283 B
PHP
10 lines
283 B
PHP
<?php
|
|
include 'layouts/head.php';
|
|
?>
|
|
<h1>You are registered!</h1>
|
|
<p>However, you will need to confirm your email address before you can start exploring the wonderful world of our forum</p>
|
|
<p>Please check your inbox for further instructions</p>
|
|
<?php
|
|
include 'layouts/foot.php';
|
|
?>
|