package Cpanel::Easy::PHP5::HardPHP;

# cpanel - Cpanel/Easy/PHP5/HardPHP.pm            Copyright(c) 2011 cPanel, Inc.
#                                                           All rights Reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited

our $easyconfig = {
    'name' => 'Hardened PHP',
    'note' => 'please read documentation that can found by clicking "More Info" to fully understand this option',
    'url'  => 'http://www.hardened-php.net/',
    'skip' => 1,
    'step' => {
        '0' => {
            'name'    => '',
            'command' => sub {
                return ( 1, 'Coming soon! See http://bugzilla.cpanel.net/show_bug.cgi?id=1533' );
            },
        },
    },
};

1;
