mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
dhcp: another refactor fail
This commit is contained in:
parent
25e0a639fa
commit
fb133e494f
@ -565,7 +565,7 @@ endif;?>
|
||||
</td>
|
||||
<td><?=$data['iaid'];?></td>
|
||||
<td><?=$data['duid'];?></td>
|
||||
<td><?= !empty($data['start']) adjust_utc($data['start']) : '' ?></td>
|
||||
<td><?= !empty($data['start']) ? adjust_utc($data['start']) : '' ?></td>
|
||||
<td><?= !empty($data['end']) ? adjust_utc($data['end']) : '' ?></td>
|
||||
<td><?=$data['act'];?></td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user