tazbug diff web/plugins/users/users.conf @ rev 69

Avoid vars name conflict
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 08 14:05:52 2014 +0100 (2014-01-08)
parents d88736defba5
children 842a117435ff
line diff
     1.1 --- a/web/plugins/users/users.conf	Tue Jan 07 23:17:19 2014 +0100
     1.2 +++ b/web/plugins/users/users.conf	Wed Jan 08 14:05:52 2014 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  
     1.5  # Authentfied users
     1.6  PLUGINS_TOOLS="${PLUGINS_TOOLS}"
     1.7 -DASHBOARD_TOOLS="<a href='?online'>Online users</a>"
     1.8 +DASHBOARD_TOOLS="<a href='?logged'>Logged users</a>"
     1.9  
    1.10  # Admin only in Dashboard
    1.11  ADMIN_TOOLS="${ADMIN_TOOLS} <a href='?users'>List users</a>"