tazbug rev 67

Small fix to dashboard.cgi
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 07 23:41:29 2014 +0100 (2014-01-07)
parents d88736defba5
children 72256c35d685
files web/plugins/dashboard/dashboard.cgi
line diff
     1.1 --- a/web/plugins/dashboard/dashboard.cgi	Tue Jan 07 23:17:19 2014 +0100
     1.2 +++ b/web/plugins/dashboard/dashboard.cgi	Tue Jan 07 23:41:29 2014 +0100
     1.3 @@ -17,7 +17,9 @@
     1.4  			gettext "You must be logged in to view the dashboard"
     1.5  			exit 0
     1.6  		fi
     1.7 -		# Source all plugins configs to get DASHBOARD_TOOLS and ADMIN_TOOLS
     1.8 +		# Source all plugins.conf to get DASHBOARD_TOOLS and ADMIN_TOOLS
     1.9 +		ADMIN_TOOLS=""
    1.10 +		DASHBOARD_TOOLS=""
    1.11  		for p in $(ls $plugins)
    1.12  		do
    1.13  			. $plugins/$p/$p.conf