Download all files FTP
This commit is contained in:
6
wp-content/webp-express/config/index.php
Normal file
6
wp-content/webp-express/config/index.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
// Prevent direct access to config files on Nginx (CVE-2025-11379 fix)
|
||||
if (!defined('ABSPATH')) {
|
||||
http_response_code(403);
|
||||
die('Direct access forbidden');
|
||||
}
|
||||
Reference in New Issue
Block a user