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' => 'system/editor', 'autoload' => [ 'Pagekit\\Ed..
Decoded Output download
<?php
return [
'name' => 'system/editor',
'autoload' => [
'Pagekit\Editor\' => 'src'
],
'config' => [
'editor' => 'html'
],
'resources' => [
'system/editor:' => ''
],
'events' => [
'view.scripts' => function ($event, $scripts) {
$scripts->register('editor', 'system/editor:app/bundle/editor.js', ['input-link']);
}
]
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'name' => 'system/editor',
'autoload' => [
'Pagekit\\Editor\\' => 'src'
],
'config' => [
'editor' => 'html'
],
'resources' => [
'system/editor:' => ''
],
'events' => [
'view.scripts' => function ($event, $scripts) {
$scripts->register('editor', 'system/editor:app/bundle/editor.js', ['input-link']);
}
]
];
Function Calls
None |
Stats
MD5 | 40172fe886b1b6d9e1700501c0efb1ca |
Eval Count | 0 |
Decode Time | 89 ms |