summaryrefslogtreecommitdiffstats
path: root/register.php
diff options
context:
space:
mode:
Diffstat (limited to 'register.php')
-rw-r--r--register.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/register.php b/register.php
index cc2fc075..010fb380 100644
--- a/register.php
+++ b/register.php
@@ -56,8 +56,8 @@ switch ($action) {
break;
}
// INSERTED BY TERRY FOR MAIL ADDRESS CHECK
- // require("../templates/validateEmailFormat.php");
- // require("../templates/validateEmail.php");
+ require("../templates/validateEmailFormat.php");
+ require("../templates/validateEmail.php");
// get the address from wherever you get it ... form input, etc.
// $email = "info@xs4all.nl";
// $email = $_GET['email'];