Changed default number of article from 90 to 20 in CryptomeBridge.

This commit is contained in:
Sebastien SAUVAGE 2014-02-09 10:23:50 +01:00
parent 50a96a3f21
commit 531dddecdc

View file

@ -12,7 +12,7 @@ class CryptomeBridge extends BridgeAbstract{
public function collectData(array $param){ public function collectData(array $param){
$html = ''; $html = '';
$num = 90; $num = 20;
$link = 'http://cryptome.org/'; $link = 'http://cryptome.org/';
// If you want HTTPS access instead, uncomment the following line: // If you want HTTPS access instead, uncomment the following line:
//$link = 'https://secure.netsolhost.com/cryptome.org/'; //$link = 'https://secure.netsolhost.com/cryptome.org/';