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 [ 'title' => 'Bekrft din e-mail', 'heading' => 'Bekrft din e-mail'..
Decoded Output download
<?php
return [
'title' => 'Bekrft din e-mail',
'heading' => 'Bekrft din e-mail',
'actions' => [
'resend_notification' => [
'label' => 'Gensend',
],
],
'messages' => [
'notification_not_received' => 'Har ikke modtaget den e-mail, vi sendte?',
'notification_sent' => 'Vi har sendt en e-mail til :email med instruktioner om, hvordan du verificerer din e-mail.',
],
'notifications' => [
'notification_resent' => [
'title' => 'Vi har sendt e-mailen igen.',
],
'notification_resend_throttled' => [
'title' => 'For mange forsg p at sende igen',
'body' => 'Prv igen om :seconds sekunder.',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'title' => 'Bekrft din e-mail',
'heading' => 'Bekrft din e-mail',
'actions' => [
'resend_notification' => [
'label' => 'Gensend',
],
],
'messages' => [
'notification_not_received' => 'Har ikke modtaget den e-mail, vi sendte?',
'notification_sent' => 'Vi har sendt en e-mail til :email med instruktioner om, hvordan du verificerer din e-mail.',
],
'notifications' => [
'notification_resent' => [
'title' => 'Vi har sendt e-mailen igen.',
],
'notification_resend_throttled' => [
'title' => 'For mange forsg p at sende igen',
'body' => 'Prv igen om :seconds sekunder.',
],
],
];
Function Calls
None |
Stats
MD5 | 84a4685cd7be45a1cb0a372372d080c3 |
Eval Count | 0 |
Decode Time | 94 ms |