diff options
author | heper <heper@users.noreply.github.com> | 2015-11-01 00:06:30 +0100 |
---|---|---|
committer | heper <heper@users.noreply.github.com> | 2015-11-01 00:06:30 +0100 |
commit | 7657b6500548ce871714a4494994163c45ff89eb (patch) | |
tree | 57239d7fc081e84a3a117197206c295b1387876b /src | |
parent | 32dc14973715b3a06d307f1a260b80c7a911d73d (diff) | |
download | pfsense-7657b6500548ce871714a4494994163c45ff89eb.zip pfsense-7657b6500548ce871714a4494994163c45ff89eb.tar.gz |
Update vpn_pppoe.php
Diffstat (limited to 'src')
-rw-r--r-- | src/usr/local/www/vpn_pppoe.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/vpn_pppoe.php b/src/usr/local/www/vpn_pppoe.php index c0d8869..660a89a 100644 --- a/src/usr/local/www/vpn_pppoe.php +++ b/src/usr/local/www/vpn_pppoe.php @@ -159,6 +159,7 @@ foreach ($a_pppoes as $pppoe): <td> <a class="fa fa-pencil" title="<?=gettext('Edit PPPoE instance')?>" href="vpn_pppoe_edit.php?id=<?=$i?>"></a> <a class="fa fa-trash" title="<?=gettext('Delete PPPoE instance')?>" href="vpn_pppoe.php?act=del&id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this PPPoE instance?")?>')"></a> + </td> </tr> <?php $i++; |