Files
inventario/config/config.bd.php
T
Alfredo Lima 9f2001c549 Inicio
2020-02-26 15:43:19 -06:00

7 lines
121 B
PHP
Executable File

<?php
$DB = 'mysql:dbname=P_orion_computo;host=132.248.80.194:3306';
$userName = 'lasc';
$Password = '';
?>