From: Debian BTS Date: Sun, 10 Feb 2008 22:57:10 +0000 (+0000) Subject: add random uncommited changes X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b0d11d100bb8271a97bfa5f2eb817e5e6e117b08;p=debbugs.git add random uncommited changes --- diff --git a/cgi/pkgreport.cgi b/cgi/pkgreport.cgi index 966fdf1..d2106ff 100755 --- a/cgi/pkgreport.cgi +++ b/cgi/pkgreport.cgi @@ -56,8 +56,8 @@ my $default_params = {ordering => 'normal', exclude => [], }; -if (defined $ENV{REMOTE_ADDR} and $ENV{REMOTE_ADDR} =~ /(?:218\.175\.56\.14|64\.126\ -.93\.93|72\.17\.168\.57|208\.138\.29\.104|66\.63\.250\.28|71\.70\.91\.207)/) { +if (defined $ENV{REMOTE_ADDR} and $ENV{REMOTE_ADDR} =~ /^(?:218\.175\.56\.14|64\.126\ +.93\.93|72\.17\.168\.57|208\.138\.29\.104|66\.63\.250\.28|71\.70\.91\.207|121\.14\.75\.|121\.14\.96\.)/) { sleep(5); print "Content-Type: text/html\n\nGo away."; exit 0;