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

@@ -233,7 +233,7 @@ class Admin extends Controller
$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 != '') {