N°2517 - Supportability - system report (Added cron user)

This commit is contained in:
Eric
2019-10-09 12:11:17 +02:00
parent eece09e5ed
commit 68895551b2
3 changed files with 12 additions and 1 deletions

View File

@@ -424,6 +424,14 @@ class CMDBSource
return $aVersions[0];
}
/**
* @return string
*/
public static function GetServerInfo()
{
return mysqli_get_server_info ( self::$m_oMysqli );
}
/**
* Get the DB vendor between MySQL and its main forks
* @return string