Corrected a link
authorDan Fuhry <dan@enanocms.org>
Sat, 29 Jan 2011 15:22:06 -0500
changeset 1335 28b52db3cf3a
parent 1334 b9ecf7618fbc
child 1336 8694f03f3ebe
Corrected a link
plugins/SpecialUserFuncs.php
--- 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) )