diff options
author | Ermal Luçi <eri@pfsense.org> | 2008-03-06 18:03:46 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2008-03-06 18:03:46 +0000 |
commit | 939ee35a120a12381b2859dbb907ce45b9c8882f (patch) | |
tree | 40121a4190a4e47fb05991f79812a7e19ea2dd2c | |
parent | 849119e7f80113e5f83cd1752e5e9ca63e968f1b (diff) | |
download | pfsense-939ee35a120a12381b2859dbb907ce45b9c8882f.zip pfsense-939ee35a120a12381b2859dbb907ce45b9c8882f.tar.gz |
Again another typo
-rw-r--r-- | usr/local/www/vpn_openvpn_certs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_openvpn_certs.php b/usr/local/www/vpn_openvpn_certs.php index bcf170b..dd0154c 100644 --- a/usr/local/www/vpn_openvpn_certs.php +++ b/usr/local/www/vpn_openvpn_certs.php @@ -114,7 +114,7 @@ include("head.inc"); <td><a href="vpn_openvpn_certs.php?delete=<?=$cert;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" title="<?=gettext("delete certificate");?>" width="17" height="17" border="0" alt="" /></a></td> </tr> <?php } ?> - <tr><td><a href="vpn_openvpn_create_certs.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add a new certificate");?> width="17" height="17" border="0" alt="" /></a></td></tr> + <tr><td><a href="vpn_openvpn_certs_create.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add a new certificate");?> width="17" height="17" border="0" alt="" /></a></td></tr> </table> <?php include("fend.inc"); ?> </body> |