do not show NameVirtualHost in IP/Port overview when using apache-2.4 (as NameVirtualHost does not exist there anymore)
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -27,7 +27,7 @@ $header
|
|||||||
<th>{$lng['admin']['ipsandports']['ip']} {$arrowcode['ip']}</th>
|
<th>{$lng['admin']['ipsandports']['ip']} {$arrowcode['ip']}</th>
|
||||||
<th>{$lng['admin']['ipsandports']['port']} {$arrowcode['port']}</th>
|
<th>{$lng['admin']['ipsandports']['port']} {$arrowcode['port']}</th>
|
||||||
<if !$is_nginx><th>Listen</th></if>
|
<if !$is_nginx><th>Listen</th></if>
|
||||||
<if $is_apache><th>NameVirtualHost</th></if>
|
<if $is_apache && !$is_apache24><th>NameVirtualHost</th></if>
|
||||||
<th>vHost-Container</th>
|
<th>vHost-Container</th>
|
||||||
<th>Specialsettings</th>
|
<th>Specialsettings</th>
|
||||||
<if $is_apache><th>ServerName</th></if>
|
<if $is_apache><th>ServerName</th></if>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<td>{$row['ip']}</td>
|
<td>{$row['ip']}</td>
|
||||||
<td>{$row['port']}</td>
|
<td>{$row['port']}</td>
|
||||||
<if !$is_nginx><td><if $row['listen_statement']=='1'>{$lng['panel']['yes']}<else>{$lng['panel']['no']}</if></td></if>
|
<if !$is_nginx><td><if $row['listen_statement']=='1'>{$lng['panel']['yes']}<else>{$lng['panel']['no']}</if></td></if>
|
||||||
<if $is_apache><td><if $row['namevirtualhost_statement']=='1'>{$lng['panel']['yes']}<else>{$lng['panel']['no']}</if></td></if>
|
<if $is_apache && !$is_apache24><td><if $row['namevirtualhost_statement']=='1'>{$lng['panel']['yes']}<else>{$lng['panel']['no']}</if></td></if>
|
||||||
<td><if $row['vhostcontainer']=='1'>{$lng['panel']['yes']}<else>{$lng['panel']['no']}</if></td>
|
<td><if $row['vhostcontainer']=='1'>{$lng['panel']['yes']}<else>{$lng['panel']['no']}</if></td>
|
||||||
<td><if $row['specialsettings']!=''>{$lng['panel']['yes']}<else>{$lng['panel']['no']}</if></td>
|
<td><if $row['specialsettings']!=''>{$lng['panel']['yes']}<else>{$lng['panel']['no']}</if></td>
|
||||||
<if $is_apache><td><if $row['vhostcontainer_servername_statement']=='1'>{$lng['panel']['yes']}<else>{$lng['panel']['no']}</if></td></if>
|
<if $is_apache><td><if $row['vhostcontainer_servername_statement']=='1'>{$lng['panel']['yes']}<else>{$lng['panel']['no']}</if></td></if>
|
||||||
|
|||||||
Reference in New Issue
Block a user