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 array( 'group_exists' => 'Ryhm on jo olemassa!', 'group_not_..

Decoded Output download

<?php

return array(

    'group_exists'        => 'Ryhm on jo olemassa!',
    'group_not_found'     => 'Ryhm :id ei ole olemassa.',
    'group_name_required' => 'Nimi on pakollinen',

    'success' => array(
        'create' => 'Ryhm luotiin onnistuneesti.',
        'update' => 'Ryhm pivitettiin onnistuneesti.',
        'delete' => 'Ryhm poistettiin onnistuneesti.',
    ),

    'delete' => array(
        'confirm'   => 'Oletko varma ett haluat poistaa tmn ryhmn?',
        'create' => 'Ryhmn luonnissa tapahtui virhe. Yrit uudelleen.',
        'update' => 'Ryhmn pivityksess tapahtui virhe. Yrit uudelleen.',
        'delete' => 'Ryhmn poistossa tapahtui virhe. Yrit uudelleen.',
    ),

);
 ?>

Did this file decode correctly?

Original Code

<?php

return array(

    'group_exists'        => 'Ryhm on jo olemassa!',
    'group_not_found'     => 'Ryhm :id ei ole olemassa.',
    'group_name_required' => 'Nimi on pakollinen',

    'success' => array(
        'create' => 'Ryhm luotiin onnistuneesti.',
        'update' => 'Ryhm pivitettiin onnistuneesti.',
        'delete' => 'Ryhm poistettiin onnistuneesti.',
    ),

    'delete' => array(
        'confirm'   => 'Oletko varma ett haluat poistaa tmn ryhmn?',
        'create' => 'Ryhmn luonnissa tapahtui virhe. Yrit uudelleen.',
        'update' => 'Ryhmn pivityksess tapahtui virhe. Yrit uudelleen.',
        'delete' => 'Ryhmn poistossa tapahtui virhe. Yrit uudelleen.',
    ),

);

Function Calls

None

Variables

None

Stats

MD5 211691e87ec04892280905774e060cdd
Eval Count 0
Decode Time 86 ms