PluginProbe
The WP Remote WordPress Plugin / 5.38
The WP Remote WordPress Plugin v5.38
6.72 6.69 6.65 6.62 6.48 6.47 4.87 4.97 5.05 5.09 5.16 5.22 5.24 5.25 5.38 5.41 5.42 5.45 5.47 5.53 5.56 5.65 5.68 5.72 5.73 All 53 releases
← All changes | callback/handler.php +5 -1 4.875.38 View file →
@@ -100,8 +100,12 @@
100 100 case 'speed':
101 101 require_once dirname( __FILE__ ) . '/wings/speed.php';
102 102 $module = new BVSpeedCallback($this);
103 103 break;
104 + case 'scrty':
105 + require_once dirname( __FILE__ ) . '/wings/security.php';
106 + $module = new BVSecurityCallback($this);
107 + break;
104 108 default:
105 109 require_once dirname( __FILE__ ) . '/wings/misc.php';
106 110 $module = new BVMiscCallback($this);
107 111 break;
@@ -120,5 +124,5 @@
120 124 $this->response->addStatus("callbackresponse", $resp);
121 125 return 1;
122 126 }
123 127 }
124 -endif;
128 +endif;