diff --git a/tinyfilemanager.php b/tinyfilemanager.php index c4f85d2..59e8a65 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -80,7 +80,7 @@ $iconv_input_encoding = 'UTF-8'; $datetime_format = 'd.m.y H:i'; // hide the direct link button in the actions collumn of file list -$hide_directLink = true; +$hide_directLink = false; // Allowed file extensions for create and rename files // e.g. 'txt,html,css,js' @@ -2054,7 +2054,7 @@ $tableTheme = (FM_THEME == "dark") ? "text-white bg-dark table-dark" : "bg-white + if (!$hide_directLink) {?> @@ -2121,7 +2121,7 @@ $tableTheme = (FM_THEME == "dark") ? "text-white bg-dark table-dark" : "bg-white + if (!$hide_directLink) {?>