Creo aqui te estan diciendo cuales esta usando tu sistema:
Código PHP:
Ver originalpublic function __construct()
{
// When running on production server, switch the db config ...
if (!empty($_SERVER['SERVER_ADDR']) && $_SERVER['SERVER_ADDR'] != '127.0.0.1') { $this->default = $this->server_default;
$this->master = $this->server_master;
}
}