Commit f9b697e2 authored by Franco Fichtner's avatar Franco Fichtner

services: fix syntax error

parent 40b10468
......@@ -247,7 +247,7 @@ include("head.inc");
</tr>
<?php
$counter = 0;
if(isset($pconfig['aliases']['item']) && is_array($pconfig['aliases']['item']))):
if (isset($pconfig['aliases']['item'])):
foreach($pconfig['aliases']['item'] as $item):
$host = $item['host'];
$domain = $item['domain'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment