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.
*/
return [
'dashboard' => '',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
// Incidents
'incidents' => [
'title' => 'Incidents & Schedule',
'incidents' => '',
'logged' => '{0} , .| .|<strong>:count</strong> .',
'incident-create-template' => ' ',
'incident-templates' => ' ',
'updates' => '{0} Zero Updates|One Update|:count Updates',
'add' => [
'title' => ' ',
'success' => 'Incident added.',
'failure' => 'There was an error adding the incident, please try again.',
],
'edit' => [
'title' => ' ',
'success' => ' .',
'failure' => 'There was an error editing the incident, please try again.',
],
'delete' => [
'success' => 'The incident has been deleted and will not show on your status page.',
'failure' => 'The incident could not be deleted, please try again.',
],
'update' => [
'title' => 'Create new incident update',
'subtitle' => 'Add an update to <strong>:incident</strong>',
],
// Incident templates
'templates' => [
'title' => ' ',
'add' => [
'title' => ' ',
'message' => 'You should add an incident template.',
'success' => 'Your new incident template has been created.',
'failure' => 'Something went wrong with the incident template.',
],
'edit' => [
'title' => ' ',
'success' => 'The incident template has been updated.',
'failure' => 'Something went wrong updating the incident template',
],
'delete' => [
'success' => 'The incident template has been deleted.',
'failure' => 'The incident template could not be deleted, please try again.',
],
],
],
// Incident Maintenance
'schedule' => [
'schedule' => ' ',
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
'scheduled_at' => ':timestamp ',
'add' => [
'title' => 'Add Scheduled Maintenance',
'success' => ' .',
'failure' => 'Something went wrong adding the schedule, please try again.',
],
'edit' => [
'title' => 'Edit Scheduled Maintenance',
'success' => ' !',
'failure' => 'Something went wrong editing the schedule, please try again.',
],
'delete' => [
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
'failure' => 'The scheduled maintenance could not be deleted, please try again.',
],
],
// Components
'components' => [
'components' => ' ',
'component_statuses' => ' ',
'listed_group' => ':name ',
'add' => [
'title' => ' ',
'message' => ' .',
'success' => ' .',
'failure' => 'Something went wrong with the component group, please try again.',
],
'edit' => [
'title' => ' ',
'success' => ' .',
'failure' => 'Something went wrong with the component group, please try again.',
],
'delete' => [
'success' => 'The component has been deleted!',
'failure' => 'The component could not be deleted, please try again.',
],
// Component groups
'groups' => [
'groups' => ' | ',
'no_components' => ' .',
'add' => [
'title' => ' ',
'success' => ' .',
'failure' => 'Something went wrong with the component group, please try again.',
],
'edit' => [
'title' => ' ',
'success' => ' .',
'failure' => 'Something went wrong with the component group, please try again.',
],
'delete' => [
'success' => ' !',
'failure' => 'The component group could not be deleted, please try again.',
],
],
],
// Metrics
'metrics' => [
'metrics' => '',
'add' => [
'title' => ' ',
'message' => 'You should add a metric.',
'success' => 'Metric created.',
'failure' => 'Something went wrong with the metric, please try again.',
],
'edit' => [
'title' => ' ',
'success' => 'Metric updated.',
'failure' => 'Something went wrong with the metric, please try again.',
],
'delete' => [
'success' => 'The metric has been deleted and will no longer display on your status page.',
'failure' => 'The metric could not be deleted, please try again.',
],
],
// Subscribers
'subscribers' => [
'subscribers' => '',
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
'verified' => '',
'not_verified' => ' ',
'subscriber' => ':email, subscribed :date',
'no_subscriptions' => 'Subscribed to all updates',
'add' => [
'title' => ' ',
'success' => ' .',
'failure' => 'Something went wrong adding the subscriber, please try again.',
'help' => 'Enter each subscriber on a new line.',
],
'edit' => [
'title' => ' ',
'success' => ' .',
'failure' => 'Something went wrong editing the subscriber, please try again.',
],
],
// Team
'team' => [
'team' => '',
'member' => '',
'profile' => '',
'description' => 'Team Members will be able to add, modify & edit components and incidents.',
'add' => [
'title' => ' ',
'success' => ' ',
'failure' => 'The team member could not be added, please try again.',
],
'edit' => [
'title' => ' ',
'success' => ' .',
'failure' => 'Something went wrong updating the profile, please try again.',
],
'delete' => [
'success' => ' ',
'failure' => 'The team member could not be added, please try again.',
],
'invite' => [
'title' => ' ',
'success' => ' .',
'failure' => 'The invite could not be sent, please try again.',
],
],
// Settings
'settings' => [
'settings' => '',
'app-setup' => [
'app-setup' => ' ',
'images-only' => ' .',
'too-big' => ' . :size .',
],
'analytics' => [
'analytics' => 'Analytics',
],
'log' => [
'log' => 'Log',
],
'localization' => [
'localization' => 'Localization',
],
'customization' => [
'customization' => ' ',
'header' => ' HTML',
'footer' => ' HTML',
],
'mail' => [
'mail' => 'Mail',
'test' => 'Test',
'email' => [
'subject' => 'Test notification from Cachet',
'body' => 'This is a test notification from Cachet.',
],
],
'security' => [
'security' => '',
'two-factor' => '2 ',
],
'stylesheet' => [
'stylesheet' => '',
],
'theme' => [
'theme' => '',
],
'edit' => [
'success' => ' .',
'failure' => ' .',
],
'credits' => [
'credits' => '',
'contributors' => ' ',
'license' => 'Cachet is a BSD-3-licensed open source project, released by <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
'backers-title' => 'Backers & Sponsors',
'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.',
'thank-you' => 'Thank you to each and every one of the :count contributors.',
],
],
// Login
'login' => [
'login' => '',
'logged_in' => ' .',
'welcome' => '!',
'two-factor' => ' .',
],
// Sidebar footer
'help' => '',
'status_page' => ' ',
'logout' => '',
// Notifications
'notifications' => [
'notifications' => '',
'awesome' => '.',
'whoops' => '...',
],
// Widgets
'widgets' => [
'support' => 'Support Cachet',
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
'news' => 'Latest News',
'news_subtitle' => 'Get the latest update',
],
// Welcome modal
'welcome' => [
'welcome' => 'Welcome to your new status page, :username!',
'message' => ' ! ',
'close' => 'I\'m good thanks!',
'steps' => [
'component' => ' ',
'incident' => ' ',
'customize' => ' ',
'team' => ' ',
'api' => 'API ',
'two-factor' => '2 ',
],
],
];
?>
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.
*/
return [
'dashboard' => '',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
// Incidents
'incidents' => [
'title' => 'Incidents & Schedule',
'incidents' => '',
'logged' => '{0} , .| .|<strong>:count</strong> .',
'incident-create-template' => ' ',
'incident-templates' => ' ',
'updates' => '{0} Zero Updates|One Update|:count Updates',
'add' => [
'title' => ' ',
'success' => 'Incident added.',
'failure' => 'There was an error adding the incident, please try again.',
],
'edit' => [
'title' => ' ',
'success' => ' .',
'failure' => 'There was an error editing the incident, please try again.',
],
'delete' => [
'success' => 'The incident has been deleted and will not show on your status page.',
'failure' => 'The incident could not be deleted, please try again.',
],
'update' => [
'title' => 'Create new incident update',
'subtitle' => 'Add an update to <strong>:incident</strong>',
],
// Incident templates
'templates' => [
'title' => ' ',
'add' => [
'title' => ' ',
'message' => 'You should add an incident template.',
'success' => 'Your new incident template has been created.',
'failure' => 'Something went wrong with the incident template.',
],
'edit' => [
'title' => ' ',
'success' => 'The incident template has been updated.',
'failure' => 'Something went wrong updating the incident template',
],
'delete' => [
'success' => 'The incident template has been deleted.',
'failure' => 'The incident template could not be deleted, please try again.',
],
],
],
// Incident Maintenance
'schedule' => [
'schedule' => ' ',
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
'scheduled_at' => ':timestamp ',
'add' => [
'title' => 'Add Scheduled Maintenance',
'success' => ' .',
'failure' => 'Something went wrong adding the schedule, please try again.',
],
'edit' => [
'title' => 'Edit Scheduled Maintenance',
'success' => ' !',
'failure' => 'Something went wrong editing the schedule, please try again.',
],
'delete' => [
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
'failure' => 'The scheduled maintenance could not be deleted, please try again.',
],
],
// Components
'components' => [
'components' => ' ',
'component_statuses' => ' ',
'listed_group' => ':name ',
'add' => [
'title' => ' ',
'message' => ' .',
'success' => ' .',
'failure' => 'Something went wrong with the component group, please try again.',
],
'edit' => [
'title' => ' ',
'success' => ' .',
'failure' => 'Something went wrong with the component group, please try again.',
],
'delete' => [
'success' => 'The component has been deleted!',
'failure' => 'The component could not be deleted, please try again.',
],
// Component groups
'groups' => [
'groups' => ' | ',
'no_components' => ' .',
'add' => [
'title' => ' ',
'success' => ' .',
'failure' => 'Something went wrong with the component group, please try again.',
],
'edit' => [
'title' => ' ',
'success' => ' .',
'failure' => 'Something went wrong with the component group, please try again.',
],
'delete' => [
'success' => ' !',
'failure' => 'The component group could not be deleted, please try again.',
],
],
],
// Metrics
'metrics' => [
'metrics' => '',
'add' => [
'title' => ' ',
'message' => 'You should add a metric.',
'success' => 'Metric created.',
'failure' => 'Something went wrong with the metric, please try again.',
],
'edit' => [
'title' => ' ',
'success' => 'Metric updated.',
'failure' => 'Something went wrong with the metric, please try again.',
],
'delete' => [
'success' => 'The metric has been deleted and will no longer display on your status page.',
'failure' => 'The metric could not be deleted, please try again.',
],
],
// Subscribers
'subscribers' => [
'subscribers' => '',
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
'verified' => '',
'not_verified' => ' ',
'subscriber' => ':email, subscribed :date',
'no_subscriptions' => 'Subscribed to all updates',
'add' => [
'title' => ' ',
'success' => ' .',
'failure' => 'Something went wrong adding the subscriber, please try again.',
'help' => 'Enter each subscriber on a new line.',
],
'edit' => [
'title' => ' ',
'success' => ' .',
'failure' => 'Something went wrong editing the subscriber, please try again.',
],
],
// Team
'team' => [
'team' => '',
'member' => '',
'profile' => '',
'description' => 'Team Members will be able to add, modify & edit components and incidents.',
'add' => [
'title' => ' ',
'success' => ' ',
'failure' => 'The team member could not be added, please try again.',
],
'edit' => [
'title' => ' ',
'success' => ' .',
'failure' => 'Something went wrong updating the profile, please try again.',
],
'delete' => [
'success' => ' ',
'failure' => 'The team member could not be added, please try again.',
],
'invite' => [
'title' => ' ',
'success' => ' .',
'failure' => 'The invite could not be sent, please try again.',
],
],
// Settings
'settings' => [
'settings' => '',
'app-setup' => [
'app-setup' => ' ',
'images-only' => ' .',
'too-big' => ' . :size .',
],
'analytics' => [
'analytics' => 'Analytics',
],
'log' => [
'log' => 'Log',
],
'localization' => [
'localization' => 'Localization',
],
'customization' => [
'customization' => ' ',
'header' => ' HTML',
'footer' => ' HTML',
],
'mail' => [
'mail' => 'Mail',
'test' => 'Test',
'email' => [
'subject' => 'Test notification from Cachet',
'body' => 'This is a test notification from Cachet.',
],
],
'security' => [
'security' => '',
'two-factor' => '2 ',
],
'stylesheet' => [
'stylesheet' => '',
],
'theme' => [
'theme' => '',
],
'edit' => [
'success' => ' .',
'failure' => ' .',
],
'credits' => [
'credits' => '',
'contributors' => ' ',
'license' => 'Cachet is a BSD-3-licensed open source project, released by <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
'backers-title' => 'Backers & Sponsors',
'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.',
'thank-you' => 'Thank you to each and every one of the :count contributors.',
],
],
// Login
'login' => [
'login' => '',
'logged_in' => ' .',
'welcome' => '!',
'two-factor' => ' .',
],
// Sidebar footer
'help' => '',
'status_page' => ' ',
'logout' => '',
// Notifications
'notifications' => [
'notifications' => '',
'awesome' => '.',
'whoops' => '...',
],
// Widgets
'widgets' => [
'support' => 'Support Cachet',
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
'news' => 'Latest News',
'news_subtitle' => 'Get the latest update',
],
// Welcome modal
'welcome' => [
'welcome' => 'Welcome to your new status page, :username!',
'message' => ' ! ',
'close' => 'I\'m good thanks!',
'steps' => [
'component' => ' ',
'incident' => ' ',
'customize' => ' ',
'team' => ' ',
'api' => 'API ',
'two-factor' => '2 ',
],
],
];
Function Calls
None |
Stats
MD5 | 5362413c0777aa0e8adc83e6fbe38a3b |
Eval Count | 0 |
Decode Time | 90 ms |