mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
services: fix syntax error
This commit is contained in:
parent
40b10468dc
commit
f9b697e294
@ -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'];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user