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 /** * Uninstall Amazon Web Services * * @package amazon-web-services * @subp..

Decoded Output download

<?php
/**
 * Uninstall Amazon Web Services
 *
 * @package     amazon-web-services
 * @subpackage  uninstall
 * @copyright   Copyright (c) 2015, Delicious Brains
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
 * @since       0.2.3
 */

// Exit if accessed directly
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
	exit;
}

require dirname( __FILE__ ) . '/classes/wp-aws-uninstall.php';

$as3cf_uninstall = new WP_AWS_Uninstall( 'aws_settings', array(), array(), array() );
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * Uninstall Amazon Web Services
 *
 * @package     amazon-web-services
 * @subpackage  uninstall
 * @copyright   Copyright (c) 2015, Delicious Brains
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
 * @since       0.2.3
 */

// Exit if accessed directly
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
	exit;
}

require dirname( __FILE__ ) . '/classes/wp-aws-uninstall.php';

$as3cf_uninstall = new WP_AWS_Uninstall( 'aws_settings', array(), array(), array() );

Function Calls

defined 1

Variables

None

Stats

MD5 813ad3856ed27a6722cb1ecba2893d6a
Eval Count 0
Decode Time 86 ms