mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 16:17:48 +02:00
MySQLi: Add comment
This commit is contained in:
@@ -14,6 +14,7 @@ if (!defined('Adminer\DRIVER')) {
|
||||
parent::init();
|
||||
}
|
||||
|
||||
/** @see https://php.net/mysqli.construct */
|
||||
function connect($server = "", $username = "", $password = "", $database = null, $port = null, $socket = null) {
|
||||
global $adminer;
|
||||
mysqli_report(MYSQLI_REPORT_OFF); // stays between requests, not required since PHP 5.3.4
|
||||
|
Reference in New Issue
Block a user