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 PhabricatorChangePasswordUserLogType extends PhabricatorUserLogType {..
Decoded Output download
<?php
final class PhabricatorChangePasswordUserLogType
extends PhabricatorUserLogType {
const LOGTYPE = 'change-password';
public function getLogTypeName() {
return pht('Change Password');
}
}
?>
Did this file decode correctly?
Original Code
<?php
final class PhabricatorChangePasswordUserLogType
extends PhabricatorUserLogType {
const LOGTYPE = 'change-password';
public function getLogTypeName() {
return pht('Change Password');
}
}
Function Calls
None |
Stats
MD5 | 6f5c3904ceaf7c5edcb3c2092454a35b |
Eval Count | 0 |
Decode Time | 76 ms |