projects
/
lua-filemanager.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Обновлена версия Angular Filemanager, изменено поведение функции list при попытке...
[lua-filemanager.git]
/
www
/
cgi-bin
/
fs
diff --git
a/www/cgi-bin/fs
b/www/cgi-bin/fs
index 6e7d57219c539e78f6e6237f26763325a81c1c5b..669ebd0364261ca7193445e192a6d80d3d664450 100755
(executable)
--- 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