. require_once("../inc/boinc_db.inc"); require_once("../inc/user.inc"); require_once("../inc/util.inc"); require_once("../inc/account_ownership.inc"); if (!file_exists($account_ownership_private_key_file_path)) { echo "

The '$account_ownership_private_key_file_name' key doesn't exist. Please run the 'generate_account_ownership_keys.php' script from the BOINC web server command line."; } else { echo "

The '$account_ownership_private_key_file_name' key exists."; } if (!file_exists($account_ownership_public_key_file_path)) { echo "

The '$account_ownership_public_key_file_name' key doesn't exist. Please run the 'generate_account_ownership_keys.php' script from the BOINC web server command line."; } else { echo "

The '$account_ownership_public_key_file_name' key exists."; } echo "

For more info see the related wiki page: ProofOfOwnership

" ?>