Remove the use trace line from Paginator.t. It's not used.
Yet again, fix a security hole in the Include macro. If the path used a symlink then it would bypass one of the three security checks.
This commit is contained in:
parent
78c33c54ff
commit
d154726bc1
2 changed files with 1 additions and 2 deletions
|
|
@ -9,7 +9,6 @@
|
|||
#-------------------------------------------------------------------
|
||||
|
||||
use FindBin;
|
||||
use trace;
|
||||
use strict;
|
||||
use lib "$FindBin::Bin/lib";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue