Changeset 709128
- Timestamp:
- 05/07/2013 08:57:01 AM (13 years ago)
- Location:
- 6scan-protection/trunk
- Files:
-
- 5 edited
-
6scan.php (modified) (1 diff)
-
admin/includes/common.php (modified) (1 diff)
-
admin/includes/installation.php (modified) (2 diffs)
-
data/regpage/reg.html (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
6scan-protection/trunk/6scan.php
r662738 r709128 5 5 Description: 6Scan Security provides enterprise-grade security with a firewall, automatic backup, analytics and much more. 6 6 Author: 6Scan 7 Version: 3.0. 27 Version: 3.0.3 8 8 Author URI: http://www.6scan.com 9 9 */ -
6scan-protection/trunk/admin/includes/common.php
r662738 r709128 4 4 die( 'No direct access allowed' ); 5 5 6 define ( 'SIXSCAN_VERSION' , '3.0. 2.0' );6 define ( 'SIXSCAN_VERSION' , '3.0.3.0' ); 7 7 define ( 'SIXSCAN_HTACCESS_VERSION' , '1' ); 8 8 -
6scan-protection/trunk/admin/includes/installation.php
r652986 r709128 331 331 332 332 $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'] : ""; 334 334 335 335 /* If there is partner file, partner_id and partner_key are filled */ … … 414 414 415 415 /* 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 ){ 417 417 if ( ! WP_Filesystem( $creds ) ) { 418 418 /* 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' ) ); 420 420 } 421 421 else{ -
6scan-protection/trunk/data/regpage/reg.html
r652986 r709128 321 321 <span> 322 322 <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" /> 324 324 </span> 325 325 </p> -
6scan-protection/trunk/readme.txt
r662738 r709128 1 1 === 6Scan Security === 2 2 Contributors: 6Scan 3 Version: 3.0. 23 Version: 3.0.3 4 4 Tags: security,secure,wordpress security,firewall,antivirus,security plugin,securty,protection,anti-hack,hack,scan,exploit,anti-virus 5 5 Requires at least: 3.0.0 … … 306 306 * 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) 307 307 308 = 3.0.3 = 309 * Few minor bugs fixed 310 308 311 == Upgrade Notice == 309 312
Note: See TracChangeset
for help on using the changeset viewer.