We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b3bf3 commit b86e698Copy full SHA for b86e698
1 file changed
src/Util/PHP/eval-stdin.php
@@ -1,3 +1,3 @@
1
<?php
2
3
-eval('?>'.file_get_contents('php://input'));
+eval('?>' . file_get_contents('php://stdin'));
0 commit comments