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 /* * This file is part of Flarum. * * For detailed copyright and license informa..

Decoded Output download

<?php

/*
 * This file is part of Flarum.
 *
 * For detailed copyright and license information, please view the
 * LICENSE file that was distributed with this source code.
 */

use Flarum\Extend;
use s9e\TextFormatter\Configurator;

return [
    (new Extend\Frontend('forum'))
        ->js(__DIR__.'/js/dist/forum.js')
        ->css(__DIR__.'/less/forum.less')
        ->jsDirectory(__DIR__.'/js/dist/forum'),

    (new Extend\Formatter)
        ->configure(function (Configurator $config) {
            $config->Emoticons->add(':)', '');
            $config->Emoticons->add(':D', '');
            $config->Emoticons->add(':P', '');
            $config->Emoticons->add(':(', '');
            $config->Emoticons->add(':|', '');
            $config->Emoticons->add(';)', '');
            $config->Emoticons->add(':\'(', '');
            $config->Emoticons->add(':O', '');
            $config->Emoticons->add('>:(', '');
        }),

    new Extend\Locales(__DIR__.'/locale'),
];
 ?>

Did this file decode correctly?

Original Code

<?php

/*
 * This file is part of Flarum.
 *
 * For detailed copyright and license information, please view the
 * LICENSE file that was distributed with this source code.
 */

use Flarum\Extend;
use s9e\TextFormatter\Configurator;

return [
    (new Extend\Frontend('forum'))
        ->js(__DIR__.'/js/dist/forum.js')
        ->css(__DIR__.'/less/forum.less')
        ->jsDirectory(__DIR__.'/js/dist/forum'),

    (new Extend\Formatter)
        ->configure(function (Configurator $config) {
            $config->Emoticons->add(':)', '');
            $config->Emoticons->add(':D', '');
            $config->Emoticons->add(':P', '');
            $config->Emoticons->add(':(', '');
            $config->Emoticons->add(':|', '');
            $config->Emoticons->add(';)', '');
            $config->Emoticons->add(':\'(', '');
            $config->Emoticons->add(':O', '');
            $config->Emoticons->add('>:(', '');
        }),

    new Extend\Locales(__DIR__.'/locale'),
];

Function Calls

None

Variables

None

Stats

MD5 d13d03fa646ea29522360a58a5277a37
Eval Count 0
Decode Time 107 ms