X-Git-Url: https://git.rvb.name/lua-filemanager.git/blobdiff_plain/65a51927aff4f6341465667275a5d8fb30f5b782..58d2e066a4ba8b791001a5dd44e7102a55b48cf0:/www/cgi-bin/fs?ds=inline

diff --git a/www/cgi-bin/fs b/www/cgi-bin/fs
index 6e7d572..669ebd0 100755
--- a/www/cgi-bin/fs
+++ b/www/cgi-bin/fs
@@ -110,7 +110,7 @@ if action == "list" then
     end
     result = { result = files }
   else
-    result = { result = { success=false, error="Invalid path request" } }
+    result = { result = {} }
   end
 
 elseif action == "rename" then