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
Thanks, this is now being used for requesting the license when passing the json to spreedbox-license-keys. The install license code is using this this also.
Creating a temporary file to pass data to the
spreedbox-license-keys
tool is unnecessary, this can be done directly usingproc_open
.See http://stackoverflow.com/questions/2390604/how-to-pass-variables-as-stdin-into-command-line-from-php for an example.
This applies to
nextcloud-spreedbox-license-keys/lib/Controller/LicenseController.php
Line 17 in 649f9f7
The text was updated successfully, but these errors were encountered: