示例#1
0
<?php

define('WH_USE_BACKUP_DB', true);
require_once 'commandLine.inc';
$maintenance = WAPMaintenance::getInstance(WAPDB::DB_CONCIERGE);
$maintenance->nightly();
示例#2
0
<?php

define('WH_USE_BACKUP_DB', true);
require_once 'commandLine.inc';
$maintenance = WAPMaintenance::getInstance(WAPDB::DB_BABELFISH);
$maintenance->nightly();
示例#3
0
<?php

define('WH_USE_BACKUP_DB', true);
require_once 'commandLine.inc';
$maintenance = WAPMaintenance::getInstance(WAPDB::DB_EDITFISH);
$maintenance->nightly();