mirror of
https://github.com/vrana/adminer.git
synced 2026-01-15 12:03:06 +01:00
Support connecting to MySQL via SSL
This commit is contained in:
@@ -97,6 +97,11 @@ class AdminerPlugin extends Adminer {
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
function connectSsl() {
|
||||
$args = func_get_args();
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
function permanentLogin($create = false) {
|
||||
$args = func_get_args();
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
|
||||
Reference in New Issue
Block a user