You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of exec("ls ...") you should rather use native PHP APIs like scandir or opendir/readdir to enumerate license files. Best would also be to traverse the path recursively.
Instead of
exec("ls ...")
you should rather use native PHP APIs likescandir
oropendir
/readdir
to enumerate license files. Best would also be to traverse the path recursively.This applies to
nextcloud-spreedbox-license-keys/lib/Controller/LicenseController.php
Line 37 in 649f9f7
The text was updated successfully, but these errors were encountered: