Skip to content

Commit 536ef16

Browse files
committed
adding $_FILES to default ignored variables
1 parent 5652393 commit 536ef16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Naneau/Obfuscator/Node/Visitor/ScrambleVariable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct(StringScrambler $scrambler)
4545

4646
$this->setIgnore(array(
4747
'this', '_SERVER', '_POST', '_GET', '_REQUEST', '_COOKIE',
48-
'_SESSION', '_ENV'
48+
'_SESSION', '_ENV', '_FILES'
4949
));
5050
}
5151

0 commit comments

Comments
 (0)