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 Informunity\Rest\App; use Informunity\Interfaces\RestAPI; use Infor..
Decoded Output download
<?php
namespace Informunity\Rest\App;
use Informunity\Interfaces\RestAPI;
use Informunity\Rest\Custom;
use Informunity\Rest\Rest;
class CheckRegistration extends Rest implements RestAPI
{
public static function load($config, $data = array())
{
return Custom::GetCustomData($config, $data, __CLASS__);
}
public function Run()
{
return (bool)$this->query("scope");
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Informunity\Rest\App;
use Informunity\Interfaces\RestAPI;
use Informunity\Rest\Custom;
use Informunity\Rest\Rest;
class CheckRegistration extends Rest implements RestAPI
{
public static function load($config, $data = array())
{
return Custom::GetCustomData($config, $data, __CLASS__);
}
public function Run()
{
return (bool)$this->query("\x73\143\x6f\x70\x65");
}
}
Function Calls
None |
Stats
MD5 | 8f238d055130c73487068579d4677ec0 |
Eval Count | 0 |
Decode Time | 33 ms |