mirror of
https://gh.wpcy.net/https://github.com/szepeviktor/wordpress-website-lifecycle.git
synced 2026-04-24 05:09:10 +08:00
14 lines
284 B
PHP
14 lines
284 B
PHP
<?php
|
|
|
|
/*
|
|
* Trigger Fail2Ban on Revolution Slider upload attempt
|
|
*
|
|
* revslider/revslider_admin.php:389
|
|
*
|
|
* case "update_plugin":
|
|
* // self::updatePlugin(self::DEFAULT_VIEW);
|
|
*
|
|
* Patched in version 4.2
|
|
*/
|
|
error_log('Break-in attempt detected: revslider_update_plugin');
|
|
exit;
|