This commit is contained in:
hjonathan
2017-08-08 16:45:49 -04:00
parent a500ec3ea1
commit 6991839309
30 changed files with 332 additions and 332 deletions

View File

@@ -349,7 +349,7 @@ class serverConf
$dbNetView = new NET(DB_HOST);
$dbNetView->loginDbServer(DB_USER, DB_PASS);
$dbConns = new dbConnections('');
$dbConns = new DbConnections('');
$availdb = '';
foreach ($dbConns->getDbServicesAvailables() as $key => $val) {
if ($availdb != '') {