7 lines
121 B
PHP
Executable File
7 lines
121 B
PHP
Executable File
<?php
|
|
|
|
$DB = 'mysql:dbname=P_orion_computo;host=132.248.80.194:3306';
|
|
$userName = 'lasc';
|
|
$Password = '';
|
|
|
|
?>
|