Advertisement
Ipstenu

PHP - Stop SOPA

Jan 14th, 2012
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php
  2.  
  3. if ( time() >= mktime(8,0,0,1,18,2012)  && time() <= mktime(20,0,0,1,18,2012) ) {
  4.      
  5.         include('/location/of/blackout.php');
  6.     exit();
  7. }
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement