Changed default number of article from 90 to 20 in CryptomeBridge.
This commit is contained in:
parent
50a96a3f21
commit
531dddecdc
1 changed files with 1 additions and 1 deletions
|
@ -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/';
|
||||||
|
|
Loading…
Reference in a new issue