Umbau der Statistik Ausgabe (each enfernt)
Optimierungen
This commit is contained in:
@@ -41,12 +41,12 @@
|
||||
<div class="inner-table">
|
||||
<table class="table table-borderless table-form">
|
||||
<tr>
|
||||
<td style="width: 50%;"><?php _e('Version %s', '>= 5.5'); ?></td>
|
||||
<td style="width: 50%;"><?php _e('Version %s', '>= 7.0'); ?></td>
|
||||
<td class="<?php echo ($data['phpVersion']['status'] == true) ? 'green' : 'red'; ?>"><?php echo ($data['phpVersion']['status'] == true) ? '✔' : '✖'; echo ' '.$data['phpVersion']['version']; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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'].'?s=view&i=11'.getURLLangParam().'" target="_blank">'._t('Anleitung zur Installation').'</a>'; ?></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>
|
||||
<td><?php _e('Mcrypt-Erweiterung installiert'); ?></td>
|
||||
@@ -58,7 +58,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php _e('cURL-Erweiterung installiert'); ?></td>
|
||||
<td class="<?php echo ($data['phpCURL']['status'] == true) ? 'green' : 'red'; ?>"><?php echo ($data['phpCURL']['status'] == true) ? '✔' : '✖ <a style="color: inherit; text-decoration: underline" href="'.$data['configHelp'].'?s=view&i=14'.getURLLangParam().'" target="_blank">'._t('Anleitung zur Installation').'</a>'; ?></td>
|
||||
<td class="<?php echo ($data['phpCURL']['status'] == true) ? 'green' : 'red'; ?>"><?php echo ($data['phpCURL']['status'] == true) ? '✔' : '✖ <a style="color: inherit; text-decoration: underline" href="'.$data['configHelp'].'#phpcurl'.getURLLangParam().'" target="_blank">'._t('Anleitung zur Installation').'</a>'; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php _e('ZipArchive-Erweiterung installiert'); ?></td>
|
||||
|
||||
Reference in New Issue
Block a user