Author: sparky Date: Fri Jul 30 01:20:49 2010 New Revision: 11729 Modified: toys/rsget.pl/Get/PrzeklejPL Log: - use common-style error message, "not allowed: file larger than 50MB"
Modified: toys/rsget.pl/Get/PrzeklejPL ============================================================================== --- toys/rsget.pl/Get/PrzeklejPL (original) +++ toys/rsget.pl/Get/PrzeklejPL Fri Jul 30 01:20:49 2010 @@ -11,11 +11,11 @@ tos: "http://www.przeklej.pl/regulamin" uri: qr{przeklej\.pl/(?:plik|d)/} slots: max -status: OK 2010-07-14 +status: OK 2010-07-30 unify: return "http://przeklej.pl/$1/$2" - if m{/(plik|d)/(.+)}; + if m{/(plik|d)/(.+)}; start: GET( $-{_uri} ); @@ -33,7 +33,7 @@ CLICK_DOWNLOAD( de_ml( $file_uri ) ); - ERROR( "files larger than 50MB are available for registered users only" ) + ERROR( "not allowed: file larger than 50MB" ) if /<strong>Pliki większe niż 50MB<\/strong> możesz pobrać, jeżeli jesteś zalogowany./; # vim: filetype=perl:ts=4:sw=4 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
