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 HarbormasterPlanEditController extends HarbormasterPlanController { ..
Decoded Output download
<?php
final class HarbormasterPlanEditController extends HarbormasterPlanController {
public function handleRequest(AphrontRequest $request) {
return id(new HarbormasterBuildPlanEditEngine())
->setController($this)
->buildResponse();
}
}
?>
Did this file decode correctly?
Original Code
<?php
final class HarbormasterPlanEditController extends HarbormasterPlanController {
public function handleRequest(AphrontRequest $request) {
return id(new HarbormasterBuildPlanEditEngine())
->setController($this)
->buildResponse();
}
}
Function Calls
None |
Stats
MD5 | 1102fd634e667f7ccd7c13cf7d62ca52 |
Eval Count | 0 |
Decode Time | 100 ms |