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 Controllers; class Index extends \gene\Controller{ function run(){ $thi..
Decoded Output download
<?php
namespace Controllers;
class Index extends \gene\Controller{
function run(){
$this->display("index/run","common");
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Controllers;
class Index extends \gene\Controller{
function run(){
$this->display("index/run","common");
}
}
Function Calls
None |
Stats
MD5 | 5c4c71e518d8215cfdec85b4839680df |
Eval Count | 0 |
Decode Time | 75 ms |