Files
inventario/config/config.bd.php
T

7 lines
121 B
PHP
Raw Normal View History

2020-02-26 15:43:19 -06:00
<?php
$DB = 'mysql:dbname=P_orion_computo;host=132.248.80.194:3306';
$userName = 'lasc';
$Password = '';
?>