tazpanel rev 466

settings.cgi: no more panel password (but users)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 26 18:09:20 2015 +0200 (2015-04-26)
parents 40ba6da12fce
children 48308cb57e31
files settings.cgi
line diff
     1.1 --- a/settings.cgi	Sun Apr 26 16:30:46 2015 +0200
     1.2 +++ b/settings.cgi	Sun Apr 26 18:09:20 2015 +0200
     1.3 @@ -92,8 +92,6 @@
     1.4  	*\ apply_xorg_kbd\ *)
     1.5  		sed -i "s/XkbLayout.*/XkbLayout \" \"$(GET apply_xorg_kbd)\"/" \
     1.6  			/etc/X11/xorg.conf.d/40-Keyboard.conf ;;
     1.7 -	*\ panel_pass*)
     1.8 -		sed -i s@/:root:.*@/:root:$(GET panel_pass)@ $HTTPD_CONF ;;
     1.9  	*\ style*)
    1.10  		sed -i s/'^STYLE.*'/"STYLE=\"$(GET style)\""/ $CONFIG
    1.11  		. $CONFIG ;;
    1.12 @@ -541,11 +539,6 @@
    1.13  			<select name="style">$(list_styles)</select>
    1.14  			<button data-icon="ok">$(_ 'Activate')</button>
    1.15  		</fieldset>
    1.16 -
    1.17 -		<fieldset><legend>$(_ 'Panel password:')</legend>
    1.18 -			<input type="password" name="panel_pass"/>
    1.19 -			<button data-icon="ok">$(_ 'Change')</button>
    1.20 -		</fieldset>
    1.21  	</form>
    1.22  
    1.23  	<fieldset><legend>$(_ 'Configuration files:')</legend>