Inizio modifiche per separazione attivita'

This commit is contained in:
Claudio Maffioletti
2017-04-19 12:32:58 +02:00
parent 520bb3384b
commit d163914661
3 changed files with 7 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
<?php
$db_data_server = "127.0.0.1";
$db_data_server = "10.10.0.67";
$db_data_name = "pannello_vbc";
$db_data_user = "pannello";
$db_data_pwd = "Lx7w3e8dNPfwwc3z";
$db_data_pwd = "zqAMmAP7l8arrrrD";
require_once ("function.php");
$DB_ID = db_data_connect ();