Update CryptomeBridge.php (#2555)

This commit is contained in:
Mickaël Schoentgen 2022-03-28 17:18:17 +02:00 committed by GitHub
parent 44af64d3aa
commit 626cc9119a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ class CryptomeBridge extends BridgeAbstract {
const MAINTAINER = 'BoboTiG'; const MAINTAINER = 'BoboTiG';
const NAME = 'Cryptome'; const NAME = 'Cryptome';
const URI = 'https://cryptome.org/'; const URI = 'https://cryptome.org/';
const CACHE_TIMEOUT = 21600; //6h const CACHE_TIMEOUT = 21600; // 6h
const DESCRIPTION = 'Returns the N most recent documents.'; const DESCRIPTION = 'Returns the N most recent documents.';
const PARAMETERS = array( array( const PARAMETERS = array( array(
'n' => array( 'n' => array(