View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017813 | phpList 3 application | General | public | 04-09-15 17:38 | 16-01-19 09:56 |
Reporter | rata | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | no change required | ||
Product Version | 3.0.12 | ||||
Summary | 0017813: clean up temporary files after use | ||||
Description | When running phplist, several files are created on /tmp and never deleted. Files like: phpList Demo-export1429785080YBQP6w or importphpList Demo1437248388 or csvimportphpList Demo1428761276 (but tons of those) Can they be removed when unsued by the app ? :) | ||||
Tags | No tags attached. | ||||
|
export does clean up the file after use: https://github.com/phpList/phplist3/blob/master/public_html/lists/admin/actions/export.php#L75 However, if the process is interrupted, this will fail. |
|
Import will try to remove the temp file as well: https://github.com/phpList/phplist3/blob/master/public_html/lists/admin/inc/importlib.php#L38 |