SVN: toys/rsget.pl: MU-captcha/db.png mu_font_db.png rsget.pl

sparky sparky at pld-linux.org
Tue Jun 9 02:27:34 CEST 2009


Author: sparky
Date: Tue Jun  9 02:27:34 2009
New Revision: 10390

Added:
   toys/rsget.pl/mu_font_db.png
      - copied unchanged from rev 10389, toys/rsget.pl/MU-captcha/db.png
Removed:
   toys/rsget.pl/MU-captcha/db.png
Modified:
   toys/rsget.pl/rsget.pl
Log:
- rename MU-captcha/db.png to mu_font_db.png


Modified: toys/rsget.pl/rsget.pl
==============================================================================
--- toys/rsget.pl/rsget.pl	(original)
+++ toys/rsget.pl/rsget.pl	Tue Jun  9 02:27:34 2009
@@ -13,12 +13,12 @@
 - OdSiebie: there is a captcha now
 
 =item Status:
-- RS: 2009-06-07 OK
+- RS: 2009-06-09 OK
 - NL: 2009-06-07 OK, captcha works
 - OS: not working, captcha not supported
-- MU: 2009-06-08 OK, captcha works, requires db.png
+- MU: 2009-06-09 OK, captcha works, requires mu_font_db.png
 - UT: 2009-06-07 OK
-- HF: 2009-06-07 OK
+- HF: 2009-06-08 OK
 - FF: 2009-06-07 OK
 - DF: 2009-06-07 OK
 
@@ -1201,7 +1201,7 @@
 sub read_db()
 {
 	my $dbf = new Image::Magick;
-	$dbf->Read( $main::data_path . "/MU-captcha/db.png" );
+	$dbf->Read( $main::data_path . "/mu_font_db.png" );
 	foreach my $pos ( 0..3 ) {
 		my @list = sort keys %size;
 		@list = (1..9) if $pos == 3;


More information about the pld-cvs-commit mailing list