|
@@ -23,15 +23,15 @@ |
|
|
block discarded – undo |
|
23
|
23
|
admin_page_head("Account Ownership Keys"); |
|
24
|
24
|
|
|
25
|
25
|
if (!file_exists($account_ownership_private_key_file_path)) { |
|
26
|
|
- echo "<p>The account ownership private key '" . $account_ownership_private_key_file_name . "' <b>doesn't</b> exist. Please run the 'generate_account_ownership_keys.php' script from the command line in the BOINC web server ops directory.</p>"; |
|
|
26
|
+ echo "<p>The account ownership private key '".$account_ownership_private_key_file_name."' <b>doesn't</b> exist. Please run the 'generate_account_ownership_keys.php' script from the command line in the BOINC web server ops directory.</p>"; |
|
27
|
27
|
} else { |
|
28
|
|
- echo "<p>The account ownership private key '" . $account_ownership_private_key_file_name . "' exists.</p>"; |
|
|
28
|
+ echo "<p>The account ownership private key '".$account_ownership_private_key_file_name."' exists.</p>"; |
|
29
|
29
|
} |
|
30
|
30
|
|
|
31
|
31
|
if (!file_exists($account_ownership_public_key_file_path)) { |
|
32
|
|
- echo "<p>The account ownership public key '" . $account_ownership_public_key_file_name . "' <b>doesn't</b> exist. Please run the 'generate_account_ownership_keys.php' script from the command line in the BOINC web server ops directory.</p>"; |
|
|
32
|
+ echo "<p>The account ownership public key '".$account_ownership_public_key_file_name."' <b>doesn't</b> exist. Please run the 'generate_account_ownership_keys.php' script from the command line in the BOINC web server ops directory.</p>"; |
|
33
|
33
|
} else { |
|
34
|
|
- echo "<p>The account ownership public key '" . $account_ownership_public_key_file_name . "' exists.</p>"; |
|
|
34
|
+ echo "<p>The account ownership public key '".$account_ownership_public_key_file_name."' exists.</p>"; |
|
35
|
35
|
} |
|
36
|
36
|
|
|
37
|
37
|
echo "<p>For more info see the related wiki page: <a href=\"https://boinc.berkeley.edu/trac/wiki/ProofOfOwnership\">ProofOfOwnership</a></p>"; |
Please login to merge, or discard this patch.