mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 19:44:00 +02:00
Support connecting to MySQL via SSL
This commit is contained in:
@@ -13,6 +13,9 @@ class Adminer {
|
||||
return array(SERVER, $_GET["username"], get_password());
|
||||
}
|
||||
|
||||
function connectSsl() {
|
||||
}
|
||||
|
||||
function permanentLogin($create = false) {
|
||||
return password_file($create);
|
||||
}
|
||||
|
Reference in New Issue
Block a user