Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php final class PhabricatorAuthEmailLoginAction extends PhabricatorSystemAction { co..

Decoded Output download

<?php

final class PhabricatorAuthEmailLoginAction extends PhabricatorSystemAction {

  const TYPECONST = 'mail.login';

  public function getScoreThreshold() {
    return 3 / phutil_units('1 hour in seconds');
  }

  public function getLimitExplanation() {
    return pht(
      'Too many account recovery email links have been sent to this account '.
      'in a short period of time.');
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PhabricatorAuthEmailLoginAction extends PhabricatorSystemAction {

  const TYPECONST = 'mail.login';

  public function getScoreThreshold() {
    return 3 / phutil_units('1 hour in seconds');
  }

  public function getLimitExplanation() {
    return pht(
      'Too many account recovery email links have been sent to this account '.
      'in a short period of time.');
  }

}

Function Calls

None

Variables

None

Stats

MD5 82d6c8871593a2c6a56c9a76663d83f0
Eval Count 0
Decode Time 97 ms