From 880f90b026d2b3763247bacecb3d1f72dfb959a5 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Mon, 1 Nov 2021 18:50:13 +0800 Subject: [PATCH] try fix encrypt current directory at left-top --- common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/common.php b/common.php index 2abb476..3ae7d43 100644 --- a/common.php +++ b/common.php @@ -2394,6 +2394,7 @@ function render_list($path = '', $files = []) $html = str_replace('', '', $html); } $html = str_replace('', getconstStr('File'), $html); + while (strpos($html, '')) $html = str_replace('', $files['id'], $html); $html = str_replace('', getconstStr('ShowThumbnails'), $html); $html = str_replace('', getconstStr('CopyAllDownloadUrl'), $html); $html = str_replace('', getconstStr('EditTime'), $html);