Commit 00e83786bdf58dd0f1914d47b5c673401fe1d26a
1 parent
1ded5739
Exists in
master
and in
23 other branches
Fix
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
php/classes/UserMgr.php
... | ... | @@ -773,6 +773,16 @@ class UserMgr |
773 | 773 | $files_to_delete = array( |
774 | 774 | 'example.log', |
775 | 775 | 'cmd_output', |
776 | + 'plotFunction0_data.txt', | |
777 | + 'plotFunction1_data.txt', | |
778 | + 'plotFunction2_data.txt', | |
779 | + 'plotFunction3_data.txt', | |
780 | + 'plotFunction4_data.txt', | |
781 | + 'plotFunction5_data.txt', | |
782 | + 'plotFunction6_data.txt', | |
783 | + 'plotFunction7_data.txt', | |
784 | + 'plotFunction8_data.txt', | |
785 | + 'plotFunction9_data.txt', | |
776 | 786 | ); |
777 | 787 | } |
778 | 788 | else { | ... | ... |