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 PhabricatorAuthNewFactorAction extends PhabricatorSystemAction { con..

Decoded Output download

<?php

final class PhabricatorAuthNewFactorAction extends PhabricatorSystemAction {

  const TYPECONST = 'auth.factor.new';

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

  public function getLimitExplanation() {
    return pht(
      'You have failed too many attempts to synchronize new multi-factor '.
      'authentication methods in a short period of time.');
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PhabricatorAuthNewFactorAction extends PhabricatorSystemAction {

  const TYPECONST = 'auth.factor.new';

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

  public function getLimitExplanation() {
    return pht(
      'You have failed too many attempts to synchronize new multi-factor '.
      'authentication methods in a short period of time.');
  }

}

Function Calls

None

Variables

None

Stats

MD5 6b5e929c6620e26ebfc17987b28b1667
Eval Count 0
Decode Time 88 ms