PluginProbe
The WP Remote WordPress Plugin / trunk
The WP Remote WordPress Plugin vtrunk
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/wings/watch.php +6 -6 6.69trunk View file →
@@ -143,16 +143,16 @@
143 143
144 144 if (array_key_exists('lp', $params)) {
145 145 require_once dirname( __FILE__ ) . '/../../protect/lp.php';
146 146 $lp_params = $params['lp'];
147 - if (!isset($lp_params['bv_check_table']) || $db->isTablePresent($db->getBVTable(WPRProtectLP_V669::TABLE_NAME))) {
147 + if (!isset($lp_params['bv_check_table']) || $db->isTablePresent($db->getBVTable(WPRProtectLP_V672::TABLE_NAME))) {
148 148 $limit = intval($lp_params['limit']);
149 149 $filter = $lp_params['filter'];
150 150 $offset = isset($lp_params['offset']) ? intval($lp_params['offset']) : 0;
151 - $table = $db->getBVTable(WPRProtectLP_V669::TABLE_NAME);
151 + $table = $db->getBVTable(WPRProtectLP_V672::TABLE_NAME);
152 152 $resp["lplogs"] = $this->getOffsetResetInfo($lp_params, $offset, $table);
153 153 if (empty($resp["lplogs"])) {
154 - $db->deleteBVTableContent(WPRProtectLP_V669::TABLE_NAME, $lp_params['rmfilter']);
154 + $db->deleteBVTableContent(WPRProtectLP_V672::TABLE_NAME, $lp_params['rmfilter']);
155 155 $resp["lplogs"] = $this->getData($table, $limit, $filter);
156 156 }
157 157 } else {
158 158 $resp["lplogs"] = array("status" => "TABLE_NOT_PRESENT");
@@ -166,16 +166,16 @@
166 166
167 167 if (array_key_exists('fw', $params)) {
168 168 require_once dirname( __FILE__ ) . '/../../protect/fw.php';
169 169 $fw_params = $params['fw'];
170 - if (!isset($fw_params['bv_check_table']) || $db->isTablePresent($db->getBVTable(WPRProtectFW_V669::TABLE_NAME))) {
170 + if (!isset($fw_params['bv_check_table']) || $db->isTablePresent($db->getBVTable(WPRProtectFW_V672::TABLE_NAME))) {
171 171 $limit = intval($fw_params['limit']);
172 172 $filter = $fw_params['filter'];
173 173 $offset = isset($fw_params['offset']) ? intval($fw_params['offset']) : 0;
174 - $table = $db->getBVTable(WPRProtectFW_V669::TABLE_NAME);
174 + $table = $db->getBVTable(WPRProtectFW_V672::TABLE_NAME);
175 175 $resp["fwlogs"] = $this->getOffsetResetInfo($fw_params, $offset, $table);
176 176 if (empty($resp["fwlogs"])){
177 - $db->deleteBVTableContent(WPRProtectFW_V669::TABLE_NAME, $fw_params['rmfilter']);
177 + $db->deleteBVTableContent(WPRProtectFW_V672::TABLE_NAME, $fw_params['rmfilter']);
178 178 $resp["fwlogs"] = $this->getData($table, $limit, $filter);
179 179 }
180 180 } else {
181 181 $resp["fwlogs"] = array("status" => "TABLE_NOT_PRESENT");