tazpanel diff tazpanel @ rev 121

settings.cgi: hide password (well... still in URL, should we use POST instead of GET ?)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 15 12:38:49 2011 +0200 (2011-04-15)
parents dce3e66c3ba4
children 79a21a44deab
line diff
     1.1 --- a/tazpanel	Fri Apr 15 11:32:56 2011 +0200
     1.2 +++ b/tazpanel	Fri Apr 15 12:38:49 2011 +0200
     1.3 @@ -9,7 +9,7 @@
     1.4  # Get the configuration file and functions
     1.5  CONFIG="/etc/slitaz/tazpanel.conf"
     1.6  [ -f $CONFIG ] && . $CONFIG
     1.7 -[ -f tazpanel.conf ] && . tazpanel.conf
     1.8 +[ -f data/tazpanel.conf ] && . data/tazpanel.conf
     1.9  [ ! -f $PANEL/lib/libtazpanel ] && \
    1.10  	echo "No config file or libtazpanel found: $CONFIG" && exit 1
    1.11  . $PANEL/lib/libtazpanel