diff options
author | xgizzmo <xgizzmo@ampache> | 2005-07-15 01:51:51 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-07-15 01:51:51 +0000 |
commit | 51b625a4463ab90f14cc85e589867903026e78ec (patch) | |
tree | 45de8d14e65a3f5cdc10148c93a04b9b5b24f52e /register.php | |
parent | e3b21f7fb022b64d8c9d92e0bcc618d7e845b085 (diff) | |
download | ampache-51b625a4463ab90f14cc85e589867903026e78ec.tar.gz ampache-51b625a4463ab90f14cc85e589867903026e78ec.tar.bz2 ampache-51b625a4463ab90f14cc85e589867903026e78ec.zip |
whoops removed test code. sorry
Diffstat (limited to 'register.php')
-rw-r--r-- | register.php | 4 |
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']; |