Обновлена версия Angular Filemanager, изменено поведение функции list при попытке...
[lua-filemanager.git] / www / cgi-bin / fs
index 6e7d57219c539e78f6e6237f26763325a81c1c5b..669ebd0364261ca7193445e192a6d80d3d664450 100755 (executable)
@@ -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