Debian 11 Support
This commit is contained in:
@@ -48,10 +48,10 @@
|
||||
<td><?php _e('SSH2-Erweiterung installiert'); ?></td>
|
||||
<td class="<?php echo ($data['phpSSH']['status'] == true) ? 'green' : 'red'; ?>"><?php echo ($data['phpSSH']['status'] == true) ? '✔' : '✖ <a style="color: inherit; text-decoration: underline" href="'.$data['configHelp'].'#phpssh'.getURLLangParam().'" target="_blank">'._t('Anleitung zur Installation').'</a>'; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<!--<tr>
|
||||
<td><?php _e('Mcrypt-Erweiterung installiert'); ?></td>
|
||||
<td class="<?php echo ($data['phpMcrypt']['status'] == true) ? 'green' : 'red'; ?>"><?php echo ($data['phpMcrypt']['status'] == true) ? '✔' : '✖ <a style="color: inherit; text-decoration: underline" href="'.$data['configHelp'].'?s=view&i=12'.getURLLangParam().'" target="_blank">'._t('Anleitung zur Installation').'</a>'; ?></td>
|
||||
</tr>
|
||||
</tr>-->
|
||||
<tr>
|
||||
<td><?php _e('CLI-Erweiterung installiert'); ?></td>
|
||||
<td class="<?php echo ($data['phpCLI']['status'] == true) ? 'green' : 'red'; ?>"><?php echo ($data['phpCLI']['status'] == true) ? '✔' : '✖ <a style="color: inherit; text-decoration: underline" href="'.$data['configHelp'].'?s=view&i=13'.getURLLangParam().'" target="_blank">'._t('Anleitung zur Installation').'</a>'; ?></td>
|
||||
|
||||
Reference in New Issue
Block a user