Skip to content
Snippets Groups Projects
Commit cfb512ea authored by Tobias Sarnowski's avatar Tobias Sarnowski
Browse files

enabled temporary cleanup again

parent ae4cb596
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ mkdir(TMP_DIR);
// cleanup dir after exit
register_shutdown_function(function() {
// rdelete(TMP_DIR);
rdelete(TMP_DIR);
});
// populate default dirs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment