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 [ 'passbolt' => [ 'plugins' => [ 'log' => [ ..
Decoded Output download
<?php
return [
'passbolt' => [
'plugins' => [
'log' => [
'enabled' => true,
'version' => '1.0.1',
'config' => [
// The actions listed in the blacklist will not be logged.
'blackList' => [
'AuthIsAuthenticated.isAuthenticated',
'AuthLogin.loginGet',
'HealthcheckStatus.status',
'TransfersView.view',
],
],
],
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'passbolt' => [
'plugins' => [
'log' => [
'enabled' => true,
'version' => '1.0.1',
'config' => [
// The actions listed in the blacklist will not be logged.
'blackList' => [
'AuthIsAuthenticated.isAuthenticated',
'AuthLogin.loginGet',
'HealthcheckStatus.status',
'TransfersView.view',
],
],
],
],
],
];
Function Calls
None |
Stats
MD5 | 73efbbf754b22f2d37888d2634bf807d |
Eval Count | 0 |
Decode Time | 89 ms |