Fix tmp files access

This commit is contained in:
Benjamin Renard 2021-06-29 17:00:37 +02:00
parent 0b850e8acb
commit 6bc1e46afb

View file

@ -334,7 +334,7 @@ function handle_tmp_file($request) {
}
LSurl :: error_404($request);
}
LSurl :: add_handler('#^tmp/(?P<filename>[^/]+)$#', 'handle_tmp_file', false, true, false, 'GET');
LSurl :: add_handler('#^tmp/(?P<filename>[^/]+)$#', 'handle_tmp_file', true, true, false, 'GET');
/*
************************************************************