summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pppoe_users.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-05 22:59:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-05 22:59:40 +0000
commit0ba5e95b751eb0fc6a674e4b48f552fca6f905b0 (patch)
treea049d63a73353e69aa1053810335dade0b2da361 /usr/local/www/vpn_pppoe_users.php
parent5264023a431c1a3a3e71132abe9df992c4ef5dc2 (diff)
downloadpfsense-0ba5e95b751eb0fc6a674e4b48f552fca6f905b0.zip
pfsense-0ba5e95b751eb0fc6a674e4b48f552fca6f905b0.tar.gz
Note when user is dynamic
Diffstat (limited to 'usr/local/www/vpn_pppoe_users.php')
-rwxr-xr-xusr/local/www/vpn_pppoe_users.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/vpn_pppoe_users.php b/usr/local/www/vpn_pppoe_users.php
index a6454ad..ddf4379 100755
--- a/usr/local/www/vpn_pppoe_users.php
+++ b/usr/local/www/vpn_pppoe_users.php
@@ -103,6 +103,7 @@ include("head.inc");
<?=htmlspecialchars($secretent['name']);?>
</td>
<td class="listr">
+ <?php if($secretent['ip'] == "") $secretent['ip'] = "Dynamic"; ?>
<?=htmlspecialchars($secretent['ip']);?>&nbsp;
</td>
<td class="list" nowrap> <a href="vpn_pppoe_users_edit.php?id=<?=$i;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" title="edit user" width="17" height="17" border="0"></a>
OpenPOWER on IntegriCloud