mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-08-30 15:51:56 +00:00
update manifest API
This commit is contained in:
parent
b24d31f360
commit
282a6d609d
@ -384,7 +384,7 @@ define('CRAWL_MANIFEST', true);
|
|||||||
* Manifest API version compatibility
|
* Manifest API version compatibility
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
define('CRAWL_MANIFEST_API_VERSION', 0.11);
|
define('CRAWL_MANIFEST_API_VERSION', 0.12);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Set default auto-crawl status for new manifest added
|
* Set default auto-crawl status for new manifest added
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
// Current version
|
// Current version
|
||||||
define('API_VERSION', 0.11);
|
define('API_VERSION', 0.12);
|
||||||
|
|
||||||
// Load system dependencies
|
// Load system dependencies
|
||||||
require_once(__DIR__ . '/../config/app.php');
|
require_once(__DIR__ . '/../config/app.php');
|
||||||
@ -116,7 +116,6 @@ if (API_ENABLED) {
|
|||||||
'crawlHostPageSecondsOffset' => CRAWL_PAGE_SECONDS_OFFSET,
|
'crawlHostPageSecondsOffset' => CRAWL_PAGE_SECONDS_OFFSET,
|
||||||
'crawlHostPageHomeSecondsOffset' => CRAWL_PAGE_HOME_SECONDS_OFFSET,
|
'crawlHostPageHomeSecondsOffset' => CRAWL_PAGE_HOME_SECONDS_OFFSET,
|
||||||
'crawlHostPageMimeIndex' => CRAWL_PAGE_MIME_INDEX,
|
'crawlHostPageMimeIndex' => CRAWL_PAGE_MIME_INDEX,
|
||||||
'cleanHostSecondsOffset' => CLEAN_HOST_SECONDS_OFFSET,
|
|
||||||
'crawlRobotsDefaultRules' => CRAWL_ROBOTS_DEFAULT_RULES,
|
'crawlRobotsDefaultRules' => CRAWL_ROBOTS_DEFAULT_RULES,
|
||||||
'crawlRobotsPostfixRules' => CRAWL_ROBOTS_POSTFIX_RULES,
|
'crawlRobotsPostfixRules' => CRAWL_ROBOTS_POSTFIX_RULES,
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user