HERE to invite someone else."); stdfoot(); } elseif ($type == "confirmed") { stdhead(_("Already confirmed")); print("

"._('Already confirmed')."

\n"); print("

This user account has already been confirmed. You can proceed to log in with it.

\n"); stdfoot(); } elseif ($type == "confirm") { if (isset($CURUSER)) { stdhead(_("Signup confirmation")); print("

Account successfully confirmed!

\n"); print("

Your account has been activated! You have been automatically logged in. You can now continue to the main page and start using your account.

\n"); print("

Before you start using ".$GLOBALS['sitename']." we urge you to read the RULES and the FAQ.

\n"); stdfoot(); } else { stdhead(_("Signup confirmation")); print("

Account successfully confirmed!

\n"); print("

Your account has been activated! However, it appears that you could not be logged in automatically. A possible reason is that you disabled cookies in your browser. You have to enable cookies to use your account. Please do that and then log in and try again.

\n"); stdfoot(); } } else stderr( _("Error"), _("Unknown type")); ?>