X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=register.php;h=80f569b8026beab41ee0def3283a9bad576407c1;hp=827e77ea3c0b7524db2190f64b1e1288afe9a9f0;hb=9122cf59b57c7405a14b5a61238667b98dd58150;hpb=046b683603f1c49460079595f819591b1918c9a2 diff --git a/register.php b/register.php index 827e77e..80f569b 100644 --- a/register.php +++ b/register.php @@ -24,6 +24,7 @@ output_header(); /* new user wants to register */ if(myisset("Rfullname","Remail","Rpassword","Rtimezone") ) { + global $HOST,$INDEX; $ok=1; if(DB_get_userid_by_name($_REQUEST["Rfullname"])) { @@ -44,7 +45,7 @@ if(myisset("Rfullname","Remail","Rpassword","Rtimezone") ) if($r) echo " Welcome to e-DoKo, you are now registered, please visit the". - " homepage to continue."; + " homepage to continue."; else echo " something went wrong, couldn't add you to the database, please contact $ADMIN_NAME at $ADMIN_EMAIL."; } @@ -71,9 +72,10 @@ if(myisset("Rfullname","Remail","Rpassword","Rtimezone") ) (If your timezone is not listed, just select whatever you want and email the admin your correct time zone.)