# HG changeset patch # User Paul Issott # Date 1391626860 0 # Node ID be084688e7246321cf97face6e90b25e4d770da1 # Parent 37608e2568ca501e591f347f6dcec5385208ecd3 Tiny edits diff -r 37608e2568ca -r be084688e724 README --- a/README Tue Feb 04 23:29:42 2014 +0100 +++ b/README Wed Feb 05 19:01:00 2014 +0000 @@ -46,7 +46,7 @@ Auth file with pass: /var/lib/slitaz/auth/people -Developement +Development ------------ Shell scripts as usual, HTML 5, CSS 3 and a bit of Javascript. To work on bugs locally you have to clone the repo, create a vhost for the web interface and diff -r 37608e2568ca -r be084688e724 web/bugs.cgi --- a/web/bugs.cgi Tue Feb 04 23:29:42 2014 +0100 +++ b/web/bugs.cgi Wed Feb 05 19:01:00 2014 +0000 @@ -117,7 +117,7 @@ fgrep -q 'ADMIN_USER="yes"' ${PEOPLE}/${user}/account.conf } -# Authentified or not +# Authenticated or not user_box() { IDLOC="" @@ -222,7 +222,7 @@ EOT } -# Display authentified user profile. TODO: change password +# Display authenticated user profile. TODO: change password auth_people() { cat << EOT Email : $MAIL @@ -327,7 +327,7 @@ if [ "$MSG" ]; then msgid=$(echo $msg | cut -d "." -f 2) del="" - # User can delete his post has well as admin. + # User can delete his post as well as admin. if [ "$user" == "$USER" ] || admin_user; then del="delete" fi @@ -741,7 +741,7 @@ if fgrep -qH $key $PEOPLE/*/account.conf; then conf=$(fgrep -H $key $PEOPLE/*/account.conf | cut -d ":" -f 1) . $conf - echo "Authentified: $NAME ($USER)" + echo "Authenticated: $NAME ($USER)" case " $(GET) " in *\ msg\ *) [ ! "$id" ] && echo "Missing bug ID" && exit 0