Replies: 1 comment
-
Ok, I just overlooked, that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm just curious about this line:
elFinder/php/elFinder.class.php
Line 3377 in 7544918
is it intentional to use
if($_ext)
(which is equivalent toif($_ext !== '' && $_ext !== '0')
) instead of justif($_ext !== '')
? It seems like it may make troubles with downloading files when$_name
has extension'.0'
.Beta Was this translation helpful? Give feedback.
All reactions