7 lines
127 B
PHP
7 lines
127 B
PHP
<?php
|
|
session_start();
|
|
$host = '172.16.0.51';
|
|
$db = 'db_pcu_manager';
|
|
$user = 'icomunica';
|
|
$password = '**4fgTK85pbicomunica';
|