master
LMR 1 year ago
parent f7cdf689b5
commit 6c7d943631

@ -196,7 +196,7 @@
<?php foreach ($file as $key => $it) {
// $encode = mb_detect_encoding($it, array('ASCII', 'GBK', 'ISO-8859-1', 'UTF-8'));
// $_it = mb_convert_encoding($it, 'UTF8', $encode);
$_it = preg_replace('/#(.*)$/i', '', $_it);
$_it = preg_replace('/#(.*)$/i', '', $it);
?>
<tr class="data">
<td>

Loading…
Cancel
Save