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
Added $run_as_user to execute method
You can now for the UNIX user that executes the report (optional).
```php
JasperPHP::process("...")->execute("www-data");
```