├── README.md ├── languages ├── wp-waf-it_IT.mo ├── wp-waf-it_IT.po └── wp-waf.pot ├── license.txt ├── readme.txt ├── screenshot-1.png ├── screenshot-2.png ├── stuff ├── README ├── default.htaccess ├── index.php ├── wp-waf.htaccess └── wp_waf.png ├── uninstall.php └── wp-waf.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guelfoweb/wp-waf/HEAD/README.md -------------------------------------------------------------------------------- /languages/wp-waf-it_IT.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guelfoweb/wp-waf/HEAD/languages/wp-waf-it_IT.mo -------------------------------------------------------------------------------- /languages/wp-waf-it_IT.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guelfoweb/wp-waf/HEAD/languages/wp-waf-it_IT.po -------------------------------------------------------------------------------- /languages/wp-waf.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guelfoweb/wp-waf/HEAD/languages/wp-waf.pot -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guelfoweb/wp-waf/HEAD/license.txt -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guelfoweb/wp-waf/HEAD/readme.txt -------------------------------------------------------------------------------- /screenshot-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guelfoweb/wp-waf/HEAD/screenshot-1.png -------------------------------------------------------------------------------- /screenshot-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guelfoweb/wp-waf/HEAD/screenshot-2.png -------------------------------------------------------------------------------- /stuff/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guelfoweb/wp-waf/HEAD/stuff/README -------------------------------------------------------------------------------- /stuff/default.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guelfoweb/wp-waf/HEAD/stuff/default.htaccess -------------------------------------------------------------------------------- /stuff/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guelfoweb/wp-waf/HEAD/stuff/index.php -------------------------------------------------------------------------------- /stuff/wp-waf.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guelfoweb/wp-waf/HEAD/stuff/wp-waf.htaccess -------------------------------------------------------------------------------- /stuff/wp_waf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guelfoweb/wp-waf/HEAD/stuff/wp_waf.png -------------------------------------------------------------------------------- /uninstall.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guelfoweb/wp-waf/HEAD/uninstall.php -------------------------------------------------------------------------------- /wp-waf.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guelfoweb/wp-waf/HEAD/wp-waf.php --------------------------------------------------------------------------------