Ejemplo n.º 1
0
<?php

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

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

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