diff --git a/src/includes/routes.php b/src/includes/routes.php index 2086028e..384accfe 100644 --- a/src/includes/routes.php +++ b/src/includes/routes.php @@ -334,7 +334,7 @@ function handle_tmp_file($request) { } LSurl :: error_404($request); } -LSurl :: add_handler('#^tmp/(?P[^/]+)$#', 'handle_tmp_file', false, true, false, 'GET'); +LSurl :: add_handler('#^tmp/(?P[^/]+)$#', 'handle_tmp_file', true, true, false, 'GET'); /* ************************************************************