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 use Cake\Core\Configure; $pluginEnabled = Configure::read('passbolt.plugins.resour..
Decoded Output download
<?php
use Cake\Core\Configure;
$pluginEnabled = Configure::read('passbolt.plugins.resourceTypes.enabled');
if (!isset($pluginEnabled) || $pluginEnabled === true) {
Configure::load('Passbolt/ResourceTypes.config', 'default', true);
}
?>
Did this file decode correctly?
Original Code
<?php
use Cake\Core\Configure;
$pluginEnabled = Configure::read('passbolt.plugins.resourceTypes.enabled');
if (!isset($pluginEnabled) || $pluginEnabled === true) {
Configure::load('Passbolt/ResourceTypes.config', 'default', true);
}
Function Calls
None |
Stats
MD5 | 2a50224c898dbe39d434a9ec014861b9 |
Eval Count | 0 |
Decode Time | 99 ms |