diff --git a/common.php b/common.php index 5453e4e..33fe6e4 100644 --- a/common.php +++ b/common.php @@ -1797,6 +1797,13 @@ function render_list($path = '', $files = '') $tmp = splitfirst($tmp[1], ''); $html .= $tmp[1]; } + $tmp[1] = 'a'; + while ($tmp[1]!='') { + $tmp = splitfirst($html, ''); + $html = $tmp[0]; + $tmp = splitfirst($tmp[1], ''); + $html .= $tmp[1]; + } while (strpos($html, '')) { $html = str_replace('', '', $html); $html = str_replace('', '', $html); @@ -1837,6 +1844,8 @@ function render_list($path = '', $files = '') $html .= $tmp[1]; } } + while (strpos($html, '')) $html = str_replace('', '', $html); + while (strpos($html, '')) $html = str_replace('', '', $html); } if ($_SERVER['is_guestup_path']&&!$_SERVER['admin']) {