mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
5 lines
62 B
PHP
5 lines
62 B
PHP
|
if (`select @@have_ssl = 'YES'`)
|
||
|
{
|
||
|
skip only without SSL;
|
||
|
}
|