Xabi Xab
Xabi Xab
Cron sends mails to www-data every time that it finishes a scheduled task. I fix the problem adding ``` $line .= "MAILTO=\"\"" . fs_filehandler::NewLine(); ``` in line number 265. Sorry...
Deleting DNS records via xmws is not working in sentora. ``` Notice: Undefined offset: 1 in /etc/sentora/panel/dryden/ws/generic.class.php on line 91 Notice: Undefined offset: 1 in /etc/sentora/panel/dryden/ws/generic.class.php on line 91 Fatal...
If the client name is too large (More than 15 characters) you can't create databases. I think that database (preffix + database) Max length have to be limited. Sorry for...
By adding the item to that array it is possible to configure maxBodyLength. Sometimes is needed to transfer a file as a base64 parameter and 10mb may not be enough....
Hi! Is not posible to save an stl in other folder. https://github.com/taxpon/pymesh/blob/a90b3b2ed1408d793f3b5208dd8087b08fb7c92e/pymesh/base.py#L222 That line extracts the filename from the path, maybe hardcoding` filename = path` works well... Regards, Xabier