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 [ 'direction' => 'ltr', 'actions' => [ 'billing' => [ ..
Decoded Output download
<?php
return [
'direction' => 'ltr',
'actions' => [
'billing' => [
'label' => 'Administrer abonnementer',
],
'logout' => [
'label' => 'Log ud',
],
'open_database_notifications' => [
'label' => 'bn notifikationer',
],
'open_user_menu' => [
'label' => 'Brugermenu',
],
'sidebar' => [
'collapse' => [
'label' => 'Skjul sidebjlken',
],
'expand' => [
'label' => 'Udvid sidebjlken',
],
],
'theme_switcher' => [
'dark' => [
'label' => 'Skift til mrk tilstand',
],
'light' => [
'label' => 'Skift til lys tilstand',
],
'system' => [
'label' => 'Skift til systemtilstand',
],
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'direction' => 'ltr',
'actions' => [
'billing' => [
'label' => 'Administrer abonnementer',
],
'logout' => [
'label' => 'Log ud',
],
'open_database_notifications' => [
'label' => 'bn notifikationer',
],
'open_user_menu' => [
'label' => 'Brugermenu',
],
'sidebar' => [
'collapse' => [
'label' => 'Skjul sidebjlken',
],
'expand' => [
'label' => 'Udvid sidebjlken',
],
],
'theme_switcher' => [
'dark' => [
'label' => 'Skift til mrk tilstand',
],
'light' => [
'label' => 'Skift til lys tilstand',
],
'system' => [
'label' => 'Skift til systemtilstand',
],
],
],
];
Function Calls
None |
Stats
MD5 | d672d9b72ab617f2ed4047d5439b1ef9 |
Eval Count | 0 |
Decode Time | 85 ms |