plugins/SpecialUserFuncs.php
changeset 1335 28b52db3cf3a
parent 1313 da50b017af94
child 1347 d8983d3a8468
--- a/plugins/SpecialUserFuncs.php	Sun Jan 02 03:12:04 2011 -0500
+++ b/plugins/SpecialUserFuncs.php	Sat Jan 29 15:22:06 2011 -0500
@@ -1356,7 +1356,7 @@
 	$session->make_captcha(7, $hash);
 	$code = $session->generate_captcha_code();
 	// Avoid letting our captchas end up on failblog.org
-	// BTW, the last one was a real-life encounter: http://files.ha.xx0r.info/murder.png
+	// BTW, the last one was a real-life encounter: http://img822.imageshack.us/img822/3851/murderg.png
 	foreach ( array('shit', 'cock', 'fuck', 'nazi', 'cunt', 'clit', 'pussy', 'penis', 'piss', 'tits', 'murder') as $word )
 	{
 		if ( stristr($code, $word) )