PluginProbe
The WP Remote WordPress Plugin / 4.97
The WP Remote WordPress Plugin v4.97
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 +1 -5 5.224.97 View file →
@@ -100,12 +100,8 @@
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;
108 104 default:
109 105 require_once dirname( __FILE__ ) . '/wings/misc.php';
110 106 $module = new BVMiscCallback($this);
111 107 break;
@@ -124,5 +120,5 @@
124 120 $this->response->addStatus("callbackresponse", $resp);
125 121 return 1;
126 122 }
127 123 }
128 -endif;
124 +endif;