mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 11:34:10 +02:00
Comment
This commit is contained in:
@@ -18,7 +18,7 @@ if (!defined("DRIVER")) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function connect($server, $username, $password) {
|
function connect($server, $username, $password) {
|
||||||
mysqli_report(MYSQLI_REPORT_OFF); // stays between requests
|
mysqli_report(MYSQLI_REPORT_OFF); // stays between requests, not required since PHP 5.3.4
|
||||||
list($host, $port) = explode(":", $server, 2); // part after : is used for port or socket
|
list($host, $port) = explode(":", $server, 2); // part after : is used for port or socket
|
||||||
return @$this->real_connect(
|
return @$this->real_connect(
|
||||||
($server != "" ? $host : ini_get("mysqli.default_host")),
|
($server != "" ? $host : ini_get("mysqli.default_host")),
|
||||||
|
2
todo.txt
2
todo.txt
@@ -1,7 +1,7 @@
|
|||||||
Transactions in export
|
Transactions in export
|
||||||
Create view and routine options
|
Create view and routine options
|
||||||
Variables editation, especially timezone
|
Variables editation, especially timezone
|
||||||
Highlight SQL textarea, then display query inside textarea in select - may use external CodePress
|
Highlight SQL textarea, then display query inside textarea in select - may use external CodeMirror
|
||||||
Blob download and image display in edit form (important for Editor with hidden fields in select)
|
Blob download and image display in edit form (important for Editor with hidden fields in select)
|
||||||
Add title to Logout, edit (in select) and select (in menu) in style "hever"
|
Add title to Logout, edit (in select) and select (in menu) in style "hever"
|
||||||
Shift-click in checkboxes to select range
|
Shift-click in checkboxes to select range
|
||||||
|
Reference in New Issue
Block a user