diff --git a/tinyfilemanager.php b/tinyfilemanager.php index da0f403..7e2e171 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -75,6 +75,9 @@ $iconv_input_encoding = 'UTF-8'; // Doc - https://www.php.net/manual/en/function.date.php $datetime_format = 'd.m.y H:i'; +// hide the direct link button in the actions collumn of file list +$hide_directLink = false; + // Allowed file extensions for create and rename files // e.g. 'txt,html,css,js' $allowed_file_extensions = ''; @@ -2054,8 +2057,10 @@ $tableTheme = (FM_THEME == "dark") ? "text-white bg-dark table-dark" : "bg-white - + + " href="#" onclick="rename('', '');return false;"> - + +