Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/02/2019, 19:24
Avatar de xfxstudios
xfxstudios
 
Fecha de Ingreso: junio-2015
Ubicación: Valencia - Venezuela
Mensajes: 2.448
Antigüedad: 8 años, 10 meses
Puntos: 263
Respuesta: En cual de ellos pongo la base de datos me da error

Creo aqui te estan diciendo cuales esta usando tu sistema:

Código PHP:
Ver original
  1. public function __construct()
  2.     {
  3.         // When running on production server, switch the db config ...
  4.         if (!empty($_SERVER['SERVER_ADDR']) && $_SERVER['SERVER_ADDR'] != '127.0.0.1') {
  5.             $this->default = $this->server_default;
  6.             $this->master = $this->server_master;
  7.         }
  8.     }
__________________
[email protected]
HITCEL