opt bad cache

master
LMR 1 year ago
parent e0633c07c3
commit b365bc5073

@ -197,6 +197,8 @@
// $encode = mb_detect_encoding($it, array('ASCII', 'GBK', 'ISO-8859-1', 'UTF-8')); // $encode = mb_detect_encoding($it, array('ASCII', 'GBK', 'ISO-8859-1', 'UTF-8'));
// $_it = mb_convert_encoding($it, 'UTF8', $encode); // $_it = mb_convert_encoding($it, 'UTF8', $encode);
$_it = preg_replace('/#(.*)$/i', '', $it); $_it = preg_replace('/#(.*)$/i', '', $it);
if (strlen($it) != strlen($_it))
continue;
?> ?>
<tr class="data"> <tr class="data">
<td> <td>

Loading…
Cancel
Save