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 namespace Pterodactyl\Exceptions\Service\User; use Pterodactyl\Exceptions\DisplayE..
Decoded Output download
<?php
namespace Pterodactyl\Exceptions\Service\User;
use Pterodactyl\Exceptions\DisplayException;
class TwoFactorAuthenticationTokenInvalid extends DisplayException
{
/**
* TwoFactorAuthenticationTokenInvalid constructor.
*/
public function __construct()
{
parent::__construct('The provided two-factor authentication token was not valid.');
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Pterodactyl\Exceptions\Service\User;
use Pterodactyl\Exceptions\DisplayException;
class TwoFactorAuthenticationTokenInvalid extends DisplayException
{
/**
* TwoFactorAuthenticationTokenInvalid constructor.
*/
public function __construct()
{
parent::__construct('The provided two-factor authentication token was not valid.');
}
}
Function Calls
None |
Stats
MD5 | 9394c7928766fe0cff2530660bba7104 |
Eval Count | 0 |
Decode Time | 83 ms |