# HG changeset patch # User HIROSE Yuuji # Date 1437523679 -32400 # Node ID 18b4d56a6206623335b45f37fdf22c01d18f0617 # Parent 514acfff7453ef80a40ce17e50e3b680f30395bf send2mem, login added diff -r 514acfff7453 -r 18b4d56a6206 s4.cgi --- a/s4.cgi Wed Jul 22 09:02:55 2015 +0900 +++ b/s4.cgi Wed Jul 22 09:07:59 2015 +0900 @@ -17,7 +17,8 @@ #gencookie; echo case ${SERVER_SOFTWARE} in - bozohttp*) + bozohttp*) # Ugly workaround for bozohttpd, which can't send + # two or more arguments. set -- `echo "$@"|(IFS=+ read a b c d e f g; echo $a $b $c $d $e $f $g)` ;; esac @@ -48,6 +49,11 @@ # -D_DUMPTABLE_="`dumptable html diary title,wday,diary`" \ # $layout/html.m4.html $layout/diary.m4.html # ;; + "login") + contenttype; echo + myargs="" + showlogin + ;; "invite") contenttype; echo invite @@ -261,6 +267,10 @@ EOF fi ;; + "send2mem") + contenttype; echo + send2grpmember + ;; "showattc") # $2=table_m $3=rowid $4=val if ! isfilereadable $user $2 $3; then