We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5652393 commit 536ef16Copy full SHA for 536ef16
src/Naneau/Obfuscator/Node/Visitor/ScrambleVariable.php
@@ -45,7 +45,7 @@ public function __construct(StringScrambler $scrambler)
45
46
$this->setIgnore(array(
47
'this', '_SERVER', '_POST', '_GET', '_REQUEST', '_COOKIE',
48
- '_SESSION', '_ENV'
+ '_SESSION', '_ENV', '_FILES'
49
));
50
}
51
0 commit comments