mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 09:59:06 +01:00
Fix tmp files access
This commit is contained in:
parent
0b850e8acb
commit
6bc1e46afb
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
||||
/*
|
||||
************************************************************
|
||||
|
|
Loading…
Reference in a new issue