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 PhabricatorRemoveMultifactorUserLogType extends PhabricatorUserLogTyp..
Decoded Output download
<?php
final class PhabricatorRemoveMultifactorUserLogType
extends PhabricatorUserLogType {
const LOGTYPE = 'multi-remove';
public function getLogTypeName() {
return pht('Multi-Factor: Remove Factor');
}
}
?>
Did this file decode correctly?
Original Code
<?php
final class PhabricatorRemoveMultifactorUserLogType
extends PhabricatorUserLogType {
const LOGTYPE = 'multi-remove';
public function getLogTypeName() {
return pht('Multi-Factor: Remove Factor');
}
}
Function Calls
None |
Stats
MD5 | 174c1be9a21396fde63ad81de7a4adc4 |
Eval Count | 0 |
Decode Time | 92 ms |