mirror of https://github.com/BOINC/boinc.git
web: add mising closing parenthesis
This commit is contained in:
parent
ae7200490a
commit
b6804ab5de
|
@ -34,7 +34,7 @@ define("DELETE_ACCOUNT_METHOD_PROJECT_DEFINED", 3);
|
|||
|
||||
// Constant for how long to sleep after invalidating authenticator before proceeding with rest of delete
|
||||
// This is done on the chance that there is an active scheduler request in progress
|
||||
if (!defined("DELETE_DELAY") define("DELETE_DELAY", 2);
|
||||
if (!defined("DELETE_DELAY")) define("DELETE_DELAY", 2);
|
||||
|
||||
|
||||
function check_delete_account_token($userid, $token) {
|
||||
|
|
Loading…
Reference in New Issue