tazpanel diff settings.cgi @ rev 205

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Aug 14 10:49:10 2011 +0100 (2011-08-14)
parents f054918e093c
children 904ff00b951d
line diff
     1.1 --- a/settings.cgi	Fri Jun 10 22:09:36 2011 +0200
     1.2 +++ b/settings.cgi	Sun Aug 14 10:49:10 2011 +0100
     1.3 @@ -1,8 +1,8 @@
     1.4  #!/bin/sh
     1.5  #
     1.6  # System settings CGI interface: user, locale, keyboard, date. Since we
     1.7 -# dont have multiple pages here there is only one case used to get command
     1.8 -# values and the full content is following directly.
     1.9 +# don't have multiple pages here there is only one case used to get command
    1.10 +# values and the full content is followed directly.
    1.11  #
    1.12  # Copyright (C) 2011 SliTaz GNU/Linux - BSD License
    1.13  #
    1.14 @@ -47,7 +47,7 @@
    1.15  
    1.16  case " $(GET) " in
    1.17  	*\ do\ *)
    1.18 -		# Assume not array support in httpd_helper.sh ;^)
    1.19 +		# Assume no array support in httpd_helper.sh ;^)
    1.20  		users=""
    1.21  		IFS="&"
    1.22  		for i in $QUERY_STRING ; do