. require_once('../inc/db.inc'); require_once('../inc/util.inc'); require_once('../inc/countries.inc'); require_once('../inc/translation.inc'); page_head(tra("Create an account")); $config = get_config(); if (parse_bool($config, "disable_account_creation")) { echo "
".tra("Account creation is currently disabled. Please try again later.")."
"; page_tail(); exit(); } $next_url = get_str('next_url', true); $wac = parse_bool($config, "web_account_creation"); if (!$wac) { echo "".tra("NOTE: If you use BOINC version 5.2+ with the BOINC Manager, don't use this form. Just run BOINC, select Attach Project, and enter an email address and password.")."
"; } echo ""; $cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit page_tail(); ?>