summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_mobile.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-11-14 21:14:28 +0000
committerErmal <eri@pfsense.org>2012-11-14 21:14:28 +0000
commit35feefd62053f739a1b3b7c3ee284dc26c90e7dc (patch)
tree7203ca10347dd8dda668d08a67b2f08c8046e860 /usr/local/www/vpn_ipsec_mobile.php
parent936fc874b211185c55f32a361aedf4803e19c099 (diff)
downloadpfsense-35feefd62053f739a1b3b7c3ee284dc26c90e7dc.zip
pfsense-35feefd62053f739a1b3b7c3ee284dc26c90e7dc.tar.gz
Remove accidental copy/pasto
Diffstat (limited to 'usr/local/www/vpn_ipsec_mobile.php')
-rwxr-xr-xusr/local/www/vpn_ipsec_mobile.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/usr/local/www/vpn_ipsec_mobile.php b/usr/local/www/vpn_ipsec_mobile.php
index 10a96b2..37b84e7 100755
--- a/usr/local/www/vpn_ipsec_mobile.php
+++ b/usr/local/www/vpn_ipsec_mobile.php
@@ -377,23 +377,6 @@ function login_banner_change() {
<?=gettext("Extended Authentication (Xauth)"); ?>
</td>
</tr>
-<tr id="authmodetr" style="display:none">
- <td width="22%" valign="top" class="vncellreq"><?=gettext("Backend for authentication");?></td>
- <td width="78%" class="vtable">
- <select name='authmode[]' id='authmode' class="formselect" multiple="true" size="<?php echo count($auth_servers); ?>">
- <?php $authmodes = explode(",", $pconfig['authmode']); ?>
- <?php
- $auth_servers = auth_get_authserver_list();
- foreach ($auth_servers as $auth_server):
- $selected = "";
- if (in_array($auth_server['name'], $authmodes))
- $selected = "selected";
- ?>
- <option value="<?=$auth_server['name'];?>" <?=$selected;?>><?=$auth_server['name'];?></option>
- <?php endforeach; ?>
- </select>
- </td>
- </tr>
<tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("User Authentication"); ?></td>
<td width="78%" class="vtable">
OpenPOWER on IntegriCloud