Changeset 652001
- Timestamp:
- 01/13/2013 03:20:16 PM (13 years ago)
- Location:
- 6scan-protection/trunk
- Files:
-
- 5 edited
-
6scan.php (modified) (1 diff)
-
admin/includes/6scan-menu.php (modified) (1 diff)
-
admin/includes/common.php (modified) (1 diff)
-
admin/includes/installation.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
6scan-protection/trunk/6scan.php
r642435 r652001 5 5 Description: 6Scan Security provides enterprise-grade security with a firewall, automatic backup, analytics and much more. 6 6 Author: 6Scan 7 Version: 2.3. 17 Version: 2.3.2 8 8 Author URI: http://www.6scan.com 9 9 */ -
6scan-protection/trunk/admin/includes/6scan-menu.php
r597873 r652001 89 89 } 90 90 91 /* Do not show dashboard iframe, if account is not active */ 92 if ( sixscan_common_is_account_active() == FALSE ) 93 return; 94 91 95 /* Widget has smaller iframe size */ 92 96 if ( $redirect_request == SIXSCAN_COMMON_DASHBOARD_URL_WIDGET ) -
6scan-protection/trunk/admin/includes/common.php
r642435 r652001 4 4 die( 'No direct access allowed' ); 5 5 6 define ( 'SIXSCAN_VERSION' , '2.3. 1.0' );6 define ( 'SIXSCAN_VERSION' , '2.3.2.0' ); 7 7 define ( 'SIXSCAN_HTACCESS_VERSION' , '1' ); 8 8 -
6scan-protection/trunk/admin/includes/installation.php
r644036 r652001 61 61 } 62 62 } 63 63 64 64 /* Zeroize our databse flag, so that we only try installing one time */ 65 65 if ( sixscan_common_is_partner_version() ) -
6scan-protection/trunk/readme.txt
r642435 r652001 1 1 === 6Scan Security === 2 2 Contributors: 6Scan 3 Version: 2.3. 13 Version: 2.3.2 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 … … 300 300 * Minor bugfixes 301 301 302 = 2.3.2 = 303 * A minor UI change 302 304 303 305 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.