Changeset 1972153
- Timestamp:
- 11/10/2018 01:26:51 PM (7 years ago)
- Location:
- shieldfy/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
shieldfy.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shieldfy/trunk/readme.txt
r1972146 r1972153 3 3 Tags: security, antimalware,antivirus,xss,sql injection,csrf,firewall,malware,php backdoor,vulnerability, exploit, exploitation, file inclusion, hack, hackers, htaccess, malicious, protection, website security, sqli, attack,zeroday, ban, banned,php shells,botnet,ransomware, ddos, clean, hack repair 4 4 Requires at least: 3.0.1 5 Tested up to: 4. 86 Stable tag: 3. 05 Tested up to: 4.9 6 Stable tag: 3.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 54 54 == Screenshots == 55 55 56 1. The home of your panel at (http ://shieldfy.com/app) shows quick summary and some statistics56 1. The home of your panel at (https://cloud.shieldfy.io/) shows quick summary and some statistics 57 57 2. Here you can view the firewall report and you can manage your execluded urls 58 58 3. Ban module allows you to add new ips to ban list and view ban report -
shieldfy/trunk/shieldfy.php
r1972146 r1972153 5 5 Description: Web Shield and hacking prevension for your website 6 6 Author: Shieldfy Security Team 7 Version: 3. 0.07 Version: 3.6.0 8 8 Author URI: https://shieldfy.io/ 9 9 */ … … 16 16 *****************************************************************************/ 17 17 if (!defined( 'SHIELDFY_PLUGIN_VERSION' )) { 18 define( 'SHIELDFY_PLUGIN_VERSION', '3. 0.0' );18 define( 'SHIELDFY_PLUGIN_VERSION', '3.6.0' ); 19 19 } 20 20 if (!defined( 'SHIELDFY_SHIELD_VERSION' )) {
Note: See TracChangeset
for help on using the changeset viewer.