Created
December 24, 2010 10:48
-
-
Save KidFeng/754105 to your computer and use it in GitHub Desktop.
How to use GFW to stop DDoS attacks from China
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if(strpos($_SERVER['REQUEST_URI'],'minghui') === false) { | |
header('Location:'. $_SERVER['REQUEST_URI'] . '?minghui'); | |
exit; | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment