Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
bhikandeshmukh
Edit Copy
Star
GitHub Repository:
bhikandeshmukh/shark
Path:
blob/master/phs/ipfinder/post.php
9
9
6
views
1
<?php
2
include
'ip.php'
;
3
header
(
'Location: https://$1'
)
;
4
exit
5
?>
6
7