| 100 | | 'TR_SSL_LINK' => isset($_SERVER['HTTPS']) ? 'http://' . htmlentities($_SERVER['HTTP_HOST']) : 'https://' . htmlentities($_SERVER['HTTP_HOST']), |
| 101 | | 'TR_WEBMAIL_SSL_LINK' => isset($_SERVER['HTTPS']) ? 'http://'.htmlentities($_SERVER['HTTP_HOST'])."/webmail" : 'http://'.htmlentities($_SERVER['HTTP_HOST'])."/webmail", |
| 102 | | 'TR_FTP_SSL_LINK' => isset($_SERVER['HTTPS']) ? 'http://'.htmlentities($_SERVER['HTTP_HOST'])."/ftp" : 'http://'.htmlentities($_SERVER['HTTP_HOST'])."/ftp", |
| 103 | | 'TR_PMA_SSL_LINK' => isset($_SERVER['HTTPS']) ? 'http://'.htmlentities($_SERVER['HTTP_HOST'])."/pma" : 'http://'.htmlentities($_SERVER['HTTP_HOST'])."/pma", |
| | 100 | 'TR_SSL_LINK' => isset($_SERVER['HTTPS']) ? $_SERVER['HTTPS'] . 'http://' . htmlentities($_SERVER['HTTP_HOST']) : 'https://' . htmlentities($_SERVER['HTTP_HOST']), |
| | 101 | 'TR_WEBMAIL_SSL_LINK' => "webmail", |
| | 102 | 'TR_FTP_SSL_LINK' => "ftp", |
| | 103 | 'TR_PMA_SSL_LINK' => "pma", |