X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Frecoverpassword.php;fp=actions%2Frecoverpassword.php;h=1e2775e7a75f0290734f2578c07889bca6dd98d2;hb=086d517b877f82513bc9f5208580b7d57453a8e2;hp=dcff35f6ed32dddc72da3689c0cb4456c92428ef;hpb=dbe6b979d7e07b47aa4cab5c7ccf54d3ba24f319;p=quix0rs-gnu-social.git diff --git a/actions/recoverpassword.php b/actions/recoverpassword.php index dcff35f6ed..1e2775e7a7 100644 --- a/actions/recoverpassword.php +++ b/actions/recoverpassword.php @@ -21,7 +21,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } # You have 24 hours to claim your password -define(MAX_RECOVERY_TIME, 24 * 60 * 60); +define('MAX_RECOVERY_TIME', 24 * 60 * 60); class RecoverpasswordAction extends Action {