File "wpsp_options.php"

Full Path: /home/warrior1/public_html/languages/wp-content/plugins/wp-secure-maintainance/inc/wpsp_options.php
File size: 331 bytes
MIME-type: text/plain
Charset: utf-8

<div class="wrap">
    <h1>WP Secure Maintenance</h1>
    <form action="options.php" method="post" enctype=”multipart/form-data”> 
<?php
        do_settings_sections( 'wpsp-settings', 'wpsp' );
        settings_fields( 'wp-secure-settings_options_group' );

        submit_button();
?>
    </form>
    </div>

<?php