diff --git a/src/packages/fff/fff-web/files/www/public/cgi-bin/status b/src/packages/fff/fff-web/files/www/public/cgi-bin/status index 5208327..fa837af 100755 --- a/src/packages/fff/fff-web/files/www/public/cgi-bin/status +++ b/src/packages/fff/fff-web/files/www/public/cgi-bin/status @@ -6,7 +6,7 @@ - info + FFF Router :: <% echo $(uci get -q system.@system[0].hostname) %> @@ -24,8 +24,9 @@ if [ -n "$contact" ]; then fi description="$(uci get -q system.@system[0].description)" +mac="$(uci -q get network.mesh.macaddr)" if [ -n "$description" ]; then - echo "
  • Beschreibung: $description
  • " + echo "
  • Beschreibung: $description
  • " fi lat="$(uci get -q system.@system[0].latitude)" @@ -35,7 +36,7 @@ if [ -n "$lat" -a -n "$lon" ]; then fi position_comment="$(uci get -q system.@system[0].position_comment)" if [ -n "$position_comment" ]; then - echo "
  • ${position_comment}
  • " + echo "
  • ${position_comment}
  • " fi %>
  • ">