From 0ac4a6ae0d0c951bad3b7ed7380d360c1f56a968 Mon Sep 17 00:00:00 2001 From: dlandon Date: Mon, 13 Jan 2025 12:56:42 -0600 Subject: [PATCH 1/2] Allow remotes to be included in the file picker. --- emhttp/plugins/dynamix/include/FileTree.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix/include/FileTree.php b/emhttp/plugins/dynamix/include/FileTree.php index c5c8b5c8d..33e9dab7b 100644 --- a/emhttp/plugins/dynamix/include/FileTree.php +++ b/emhttp/plugins/dynamix/include/FileTree.php @@ -50,7 +50,7 @@ $match = $_POST['match']; $checkbox = $_POST['multiSelect']=='true' ? "" : ""; /* Excluded folders to not show in the dropdown in the '/mnt/' directory only. */ -$excludedFolders = ["RecycleBin", "addons", "remotes", "rootshare", "user0"]; +$excludedFolders = ["RecycleBin", "addons", "rootshare", "user0"]; echo "