Plugin Directory

Changeset 709128


Ignore:
Timestamp:
05/07/2013 08:57:01 AM (13 years ago)
Author:
6Scan
Message:

A bugfix

Location:
6scan-protection/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • 6scan-protection/trunk/6scan.php

    r662738 r709128  
    55Description: 6Scan Security provides enterprise-grade security with a firewall, automatic backup, analytics and much more.
    66Author: 6Scan
    7 Version: 3.0.2
     7Version: 3.0.3
    88Author URI: http://www.6scan.com
    99*/
  • 6scan-protection/trunk/admin/includes/common.php

    r662738 r709128  
    44    die( 'No direct access allowed' );
    55
    6 define ( 'SIXSCAN_VERSION' ,                            '3.0.2.0' );
     6define ( 'SIXSCAN_VERSION' ,                            '3.0.3.0' );
    77define ( 'SIXSCAN_HTACCESS_VERSION' ,                   '1' );
    88
  • 6scan-protection/trunk/admin/includes/installation.php

    r652986 r709128  
    331331   
    332332    $admin_email = isset( $_REQUEST['email'] ) ? $_REQUEST['email'] : "";
    333     $admin_pass = isset( $_REQUEST['password'] ) ? $_REQUEST['password'] : "";
     333    $admin_pass = isset( $_REQUEST['sixscan_password'] ) ? $_REQUEST['sixscan_password'] : "";
    334334
    335335    /*  If there is partner file, partner_id and partner_key are filled */
     
    414414
    415415    /* request_filesystem_credentials() has to pass $_POST['email'] + $_POST['password'] to the next registration stage */
    416     if ( ( $creds = request_filesystem_credentials( $url , '' , FALSE , FALSE, array( 'email' , 'password' , 'agree' , '_sixscannonce' ) ) ) !== FALSE ){   
     416    if ( ( $creds = request_filesystem_credentials( $url , '' , FALSE , FALSE, array( 'email' , 'sixscan_password' , 'agree' , '_sixscannonce' ) ) ) !== FALSE ){
    417417        if ( ! WP_Filesystem( $creds ) ) {
    418418            /* Current POST data failed, present new form . Error is now "TRUE" */
    419             request_filesystem_credentials( $url , '' , TRUE , FALSE , array( 'email' , 'password' , 'agree' , '_sixscannonce' ) );
     419            request_filesystem_credentials( $url , '' , TRUE , FALSE , array( 'email' , 'sixscan_password' , 'agree' , '_sixscannonce' ) );
    420420        }
    421421        else{           
  • 6scan-protection/trunk/data/regpage/reg.html

    r652986 r709128  
    321321                <span>
    322322                    <label for="password">Password</label>
    323                     <input type="password"  value="" name="password" id="password" placeholder="Password" />
     323                    <input type="password"  value="" name="sixscan_password" id="password" placeholder="Password" />
    324324                </span>
    325325            </p>
  • 6scan-protection/trunk/readme.txt

    r662738 r709128  
    11=== 6Scan Security ===
    22Contributors: 6Scan
    3 Version: 3.0.2
     3Version: 3.0.3
    44Tags: security,secure,wordpress security,firewall,antivirus,security plugin,securty,protection,anti-hack,hack,scan,exploit,anti-virus
    55Requires at least: 3.0.0
     
    306306* 6Scan Security now allows users to access their security dashboard of all registered websites. To allow that, newly registered users now have to enter a password (while activating the plugin)
    307307
     308= 3.0.3 =
     309* Few minor bugs fixed
     310
    308311== Upgrade Notice ==
    309312
Note: See TracChangeset for help on using the changeset viewer.