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 PhabricatorAuthWelcomeMailMessageType extends PhabricatorAuthMessageT..
Decoded Output download
<?php
final class PhabricatorAuthWelcomeMailMessageType
extends PhabricatorAuthMessageType {
const MESSAGEKEY = 'mail.welcome';
public function getDisplayName() {
return pht('Mail Body: Welcome');
}
public function getShortDescription() {
return pht(
'Custom instructions included in "Welcome" mail when an '.
'administrator creates a user account.');
}
}
?>
Did this file decode correctly?
Original Code
<?php
final class PhabricatorAuthWelcomeMailMessageType
extends PhabricatorAuthMessageType {
const MESSAGEKEY = 'mail.welcome';
public function getDisplayName() {
return pht('Mail Body: Welcome');
}
public function getShortDescription() {
return pht(
'Custom instructions included in "Welcome" mail when an '.
'administrator creates a user account.');
}
}
Function Calls
None |
Stats
MD5 | 409934229104f66f2bdeb5b630a18043 |
Eval Count | 0 |
Decode Time | 95 ms |