Changeset 730869
- Timestamp:
- 06/24/2013 01:06:28 PM (13 years ago)
- Location:
- 6scan-backup/trunk
- Files:
-
- 3 edited
-
6scan.php (modified) (1 diff)
-
admin/includes/common.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
6scan-backup/trunk/6scan.php
r718922 r730869 5 5 Description: 6Scan Backup goes beyond existing backup plugins, easily and automatically creating backups of your site and securely storing them in the cloud. 6 6 Author: 6Scan 7 Version: 3.0. 47 Version: 3.0.5 8 8 Author URI: http://www.6scan.com 9 9 */ -
6scan-backup/trunk/admin/includes/common.php
r718922 r730869 4 4 die( 'No direct access allowed' ); 5 5 6 define ( 'SIXSCAN_VERSION' , '3.0. 4.0' );6 define ( 'SIXSCAN_VERSION' , '3.0.5.0' ); 7 7 define ( 'SIXSCAN_HTACCESS_VERSION' , '1' ); 8 8 … … 93 93 define ( 'SIXSCAN_SIGNATURE_LINKS_DELIMITER', "\n" ); 94 94 define ( 'SIXSCAN_SIGNATURE_MULTIPART_DELIMITER', '###UZhup3v1ENMefI7Wy44QNppgZmp0cu6RPenZewotclc2ZCWUDE4zAfXIJX354turrscbFBL2pOiKpiNLYosm6Z1Qp8b3PNjgd1xqtuskjcT9MC4fZvQfx7FPUDF11oTiTrMeayQr7JHk3UuEK7fR0###' ); 95 define ( 'SIXSCAN_SIGNATURE_SCANNER_IP_LIST', '108.59.1.37, 108.59.5.197, 108.59.2.209, 95.211.58.114, 95.211.70.82, 107.22.183.61, 78.47.11.131, 199.115.112.90 ' );95 define ( 'SIXSCAN_SIGNATURE_SCANNER_IP_LIST', '108.59.1.37, 108.59.5.197, 108.59.2.209, 95.211.58.114, 95.211.70.82, 107.22.183.61, 78.47.11.131, 199.115.112.90, 192.96.201.13' ); 96 96 define ( 'SIXSCAN_SIGNATURE_DEFAULT_PLACEHOLDER_LINK', '/just/a/random/dir/to/avoid/htaccess/mixups\.php' ); 97 97 -
6scan-backup/trunk/readme.txt
r718922 r730869 1 1 === 6Scan Backup === 2 2 Contributors: 6Scan 3 Version: 3.0. 43 Version: 3.0.5 4 4 Tags: backup, automatic backup, cloud, online, secured, restore, recovery 5 5 Requires at least: 3.0.0 6 Tested up to: 3.5. 16 Tested up to: 3.5.2 7 7 Stable tag: trunk 8 8 … … 182 182 * Improved backup processes 183 183 184 = 3.0.5 = 185 * New Wordpress version + one more scan server added 186 184 187 == Upgrade Notice == 185 188
Note: See TracChangeset
for help on using the changeset viewer.