Skip to content

Commit

Permalink
Lets waste three more characters on a solution for a problem that sho…
Browse files Browse the repository at this point in the history
…uld not exist
  • Loading branch information
sebastianbergmann committed Dec 10, 2019
1 parent 33585d9 commit 6aab040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/PHP/eval-stdin.php
Expand Up @@ -8,7 +8,7 @@
* file that was distributed with this source code.
*/
if (\PHP_SAPI !== 'cli' && \PHP_SAPI !== 'phpdbg') {
exit;
exit(1);
}

eval('?>' . \file_get_contents('php://stdin'));

0 comments on commit 6aab040

Please sign in to comment.