diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2018-09-11 11:27:42 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-09-11 11:41:23 -0400 |
| commit | bc552f2fba7fd376a2f036a7dc02b58a48fa31b0 (patch) | |
| tree | 41516e49a469fb9ed6aeea9359d5d8bd595b5a0a /min_selfservice/index.php | |
| parent | 76a893c2187f59e7fdb9bc8282b780efd9dd8504 (diff) | |
RT# 39340 - configured the minimal selfservice to get mac address from radius account table
Diffstat (limited to 'min_selfservice/index.php')
| -rw-r--r-- | min_selfservice/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/min_selfservice/index.php b/min_selfservice/index.php index c7e20c503..25ec33472 100644 --- a/min_selfservice/index.php +++ b/min_selfservice/index.php @@ -10,7 +10,7 @@ <TABLE BORDER=0 CELLSPACING=2 CELLPADDING=0> <TR> <TD> - Sorry we were unable to locate your account with ip <? echo $username; ?> . + Sorry we were unable to locate your account with MAC address <? echo $username; ?> . </TD> </TR> </TABLE> |
