mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 15:16:44 +02:00
Add comment
This commit is contained in:
@@ -92,7 +92,7 @@ if (function_exists('adminer_object')) {
|
||||
include "../adminer/drivers/mysql.inc.php"; // must be included as last driver
|
||||
|
||||
define('Adminer\JUSH', Driver::$jush);
|
||||
define('Adminer\SERVER', $_GET[DRIVER]); // read from pgsql=localhost
|
||||
define('Adminer\SERVER', $_GET[DRIVER]); // read from pgsql=localhost, '' means default server, null means no server
|
||||
define('Adminer\DB', $_GET["db"]); // for the sake of speed and size
|
||||
define(
|
||||
'Adminer\ME',
|
||||
|
Reference in New Issue
Block a user