Merged in bugfix/HOR-3670-RG-2 (pull request #5926)
HOR-3670 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -695,7 +695,7 @@ class Main extends Controller
|
||||
|
||||
$redhat .= " (" . PHP_OS . ")";
|
||||
if (defined( "DB_HOST" )) {
|
||||
$dbNetView = new NET( DB_HOST );
|
||||
$dbNetView = new Net( DB_HOST );
|
||||
$dbNetView->loginDbServer( DB_USER, DB_PASS );
|
||||
|
||||
$dbConns = new DbConnections( '' );
|
||||
|
||||
Reference in New Issue
Block a user