File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 2929// ini_set('log_errors', '1');
3030// ini_set('display_errors', '0');
3131
32- /** Composer. */
32+ /** Composer autoloader . */
3333
3434require_once dirname (__DIR__ ) . '/vendor/autoload.php ' ;
3535
36- /** Security. */
37-
3836/**
39- * PHP rate limiter
37+ * PHP rate limiter.
4038 *
4139 * @see https://github.com/szepeviktor/php-rate-limiter
4240 */
4341
4442require __DIR__ . '/rate-limiter.php ' ;
4543
4644/**
45+ * Security.
46+ *
4747 * composer require szepeviktor/waf4wordpress
48- * Copy mu-plugins/waf4wordpress.php
48+ * Install mu-plugins/waf4wordpress.php
4949 *
5050 * @see https://github.com/szepeviktor/waf4wordpress/blob/master/README.md#composer-installation
5151 */
8383
8484/**
8585 * Full page cache.
86+ *
8687define('WP_CACHE', true);
8788 */
8889
You can’t perform that action at this time.
0 commit comments