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 return [ 'name' => 'Webkul Bagisto CMS', 'version' => core()->version(),..
Decoded Output download
<?php
return [
'name' => 'Webkul Bagisto CMS',
'version' => core()->version(),
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'name' => 'Webkul Bagisto CMS',
'version' => core()->version(),
];
Function Calls
None |
Stats
MD5 | 378b207b8a6a30667d66bf89ad7776e3 |
Eval Count | 0 |
Decode Time | 114 ms |