OSDN Git Service

fix ipdfsearch.pl
authorgn64_jp <gn64@rec10.org>
Fri, 5 Jul 2013 03:53:40 +0000 (12:53 +0900)
committergn64_jp <gn64@rec10.org>
Fri, 5 Jul 2013 03:53:40 +0000 (12:53 +0900)
www/ipdfsearch.pl

index 38e51b0..d282d62 100755 (executable)
@@ -134,7 +134,11 @@ if ( length $search_text > 0 ) {
        print XMLout(\%xml_group_array,RootName => "root");
 }
 else {
-       "";
+       if($mode eq "speedtest"){
+               for ($count = 0;$count< 2000; $count++){
+                       print "libre10 speedtest\n"
+               }
+       }
 }
 
 sub printGroupResults() {