|
@@ -120,7 +120,8 @@ |
|
|
block discarded – undo |
|
120
|
120
|
// GET request - the user has navigated to the page. |
|
121
|
121
|
page_head(tra("Generate proof of account ownership"), null, null, null, boinc_recaptcha_get_head_extra()); |
|
122
|
122
|
|
|
123
|
|
- if ($user) { // Verify the user is logged in |
|
|
123
|
+ if ($user) { |
|
|
124
|
+// Verify the user is logged in |
|
124
|
125
|
require_once("../inc/account_ownership.inc"); |
|
125
|
126
|
|
|
126
|
127
|
if (!file_exists($account_ownership_private_key_file_path)) { |
Please login to merge, or discard this patch.