Exemple #1
0
<?php

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

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

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