tazbug diff web/bugs.cgi @ rev 50

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Jan 05 09:10:27 2014 +0000 (2014-01-05)
parents bb625b6de902
children 668d92a43a47
line diff
     1.1 --- a/web/bugs.cgi	Sun Jan 05 00:01:34 2014 +0100
     1.2 +++ b/web/bugs.cgi	Sun Jan 05 09:10:27 2014 +0000
     1.3 @@ -536,7 +536,7 @@
     1.4  		fi
     1.5  
     1.6  		if [  ! -f $AUTH_FILE ] ; then
     1.7 -			js_log "$AUTH_FILE (defined in \$AUTH_FILE) have not been found."
     1.8 +			js_log "$AUTH_FILE (defined in \$AUTH_FILE) has not been found."
     1.9  			js_redirection_to "$WEB_URL?login$IDLOC"
    1.10  		fi;
    1.11  
    1.12 @@ -549,10 +549,10 @@
    1.13  			mkdir -p $sessions
    1.14  			echo "$md5session" > $sessions/$user
    1.15  			js_set_cookie 'auth' "$user:$md5session"
    1.16 -			js_log "Login authentification have been executed & accepted :)"
    1.17 +			js_log "Login authentification has been executed & accepted :)"
    1.18  			js_redirection_to "$WEB_URL$IDLOC"
    1.19  		else
    1.20 -			js_log "Login authentification have been executed & refused"
    1.21 +			js_log "Login authentification has been executed & refused"
    1.22  			js_redirection_to "$WEB_URL?login&error$IDLOC"
    1.23  		fi
    1.24  		html_footer ;;