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 App Project. * * For the full copyright and license inf..
Decoded Output download
<?php
/*
* This file is part of App Project.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* Language config.
*
* @see App::language()
* @see https://docs.aplus-framework.com/guides/libraries/mvc/index.html#language-service
*/
use Framework\Language\FallbackLevel;
return [
'default' => [
'default' => 'en',
'current' => 'en',
'supported' => [
'en',
'es',
'pt-br',
],
'fallback_level' => FallbackLevel::none,
'directories' => [
// APP_DIR . 'Languages',
],
'find_in_namespaces' => false,
'negotiate' => false,
],
];
?>
Did this file decode correctly?
Original Code
<?php
/*
* This file is part of App Project.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* Language config.
*
* @see App::language()
* @see https://docs.aplus-framework.com/guides/libraries/mvc/index.html#language-service
*/
use Framework\Language\FallbackLevel;
return [
'default' => [
'default' => 'en',
'current' => 'en',
'supported' => [
'en',
'es',
'pt-br',
],
'fallback_level' => FallbackLevel::none,
'directories' => [
// APP_DIR . 'Languages',
],
'find_in_namespaces' => false,
'negotiate' => false,
],
];
Function Calls
None |
Stats
MD5 | 8abc943b340a49de71d6ad97c03355fe |
Eval Count | 0 |
Decode Time | 102 ms |