mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Disallow the copy option for mobile phase1 entries. There can be only one.
This commit is contained in:
parent
44bfd1fabd
commit
fce61edae2
@ -265,6 +265,7 @@ include("head.inc");
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php if (!isset($ph1ent['mobile'])): ?>
|
||||
<tr>
|
||||
<td>
|
||||
</td>
|
||||
@ -274,6 +275,7 @@ include("head.inc");
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user