18.01.2023, 08:04
Next thing to try:
Code:
<?
require('apps')
upload()
vars = getvars()
for key, value in pairs(vars) do
log(key, value)
end