:)
<?php /** http://kuntoaji.blogspot.com */ /* Replace this with your IP address.. */ $malicious_ip = '127.0.0.1' if ($_SERVER['REMOTE_ADDR'] == $malicious_ip) { header("Location: http://www.example.com/"); } ?>
No comments:
Post a Comment