18.01.2023, 13:53
This is a copy/paste issue. Remove all leading spaces and it will work. The previous example might also work if modified:
Code:
<?
require('apps')
upload()
vars = getvars()
for key, value in pairs(vars) do
log(key, value)
end