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 Cachet. * * (c) Alt Three Services Limited * * For t..

Decoded Output download

<?php

/*
 * This file is part of Cachet.
 *
 * (c) Alt Three Services Limited
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace CachetHQ\Cachet\Console\Commands;

use Illuminate\Console\Command;

/**
 * This is the version command class.
 *
 * @author James Brooks <[email protected]>
 */
class VersionCommand extends Command
{
    /**
     * The console command name.
     *
     * @var string
     */
    protected $name = 'cachet:version';

    /**
     * The console command description.
     *
     * @var string
     */
    protected $description = 'Display the version of Cachet';

    /**
     * Execute the console command.
     *
     * @return void
     */
    public function handle()
    {
        $this->info('Cachet '.CACHET_VERSION.' is installed ');
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

/*
 * This file is part of Cachet.
 *
 * (c) Alt Three Services Limited
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace CachetHQ\Cachet\Console\Commands;

use Illuminate\Console\Command;

/**
 * This is the version command class.
 *
 * @author James Brooks <[email protected]>
 */
class VersionCommand extends Command
{
    /**
     * The console command name.
     *
     * @var string
     */
    protected $name = 'cachet:version';

    /**
     * The console command description.
     *
     * @var string
     */
    protected $description = 'Display the version of Cachet';

    /**
     * Execute the console command.
     *
     * @return void
     */
    public function handle()
    {
        $this->info('Cachet '.CACHET_VERSION.' is installed ');
    }
}

Function Calls

None

Variables

None

Stats

MD5 fb1310946a1f9390da729f7d6b07d8fd
Eval Count 0
Decode Time 95 ms