summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_l2tp.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2009-03-12 02:20:14 +0100
committerSeth Mos <seth.mos@xs4all.nl>2009-03-12 02:21:21 +0100
commit6e8bd1b0aba7e27417f6245c284873d511785952 (patch)
treebf8cca11ca3485af320f4939e8a2dc28eae352f5 /usr/local/www/vpn_l2tp.php
parent613e63818330e961bbce42fb6c17ce39e46a9dd7 (diff)
downloadpfsense-6e8bd1b0aba7e27417f6245c284873d511785952.zip
pfsense-6e8bd1b0aba7e27417f6245c284873d511785952.tar.gz
Fix typo in function name. This caused the page to break off.
Diffstat (limited to 'usr/local/www/vpn_l2tp.php')
-rw-r--r--usr/local/www/vpn_l2tp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_l2tp.php b/usr/local/www/vpn_l2tp.php
index d7fcb4c..b841e98 100644
--- a/usr/local/www/vpn_l2tp.php
+++ b/usr/local/www/vpn_l2tp.php
@@ -271,7 +271,7 @@ function enable_change(enable_over) {
<select name="interface" class="formselect" id="interface">
<?php
- $interfaces = get_configured_interfaces_with_descr();
+ $interfaces = get_configured_interface_with_descr();
foreach ($interfaces as $iface => $ifacename):
?>
<option value="<?=$iface;?>" <?php if ($iface == $pconfig['interface']) echo "selected"; ?>>
OpenPOWER on IntegriCloud