X-Git-Url: http://git.plutz.net/?p=bookman;a=blobdiff_plain;f=index.cgi;h=e96c9f01e750c7c323a8b7d031177918f6c96e7f;hp=039781678491d01a06e87f0992fedfe1a41a275c;hb=23174101e3fa987e895755e988bb4832d89ed125;hpb=5cacb437d2896b2a656a2a944e76915cb95dbe7b diff --git a/index.cgi b/index.cgi index 0397816..e96c9f0 100755 --- a/index.cgi +++ b/index.cgi @@ -92,7 +92,7 @@ QRYID="$(GET id |checkid)" BDB="users/${COKID}" if [ -n "$QRYID" ]; then - printf '%s 303 See Other\r\n' "$SERVER_PROTOCOL" + printf 'Status: 303 See Other\r\n' printf 'Location: %s\r\n' "${SCRIPT_NAME}?${QUERY_STRING#id=????????????}" SET_COOKIE +8640000 "id=${QRYID}" printf '\r\n' @@ -103,6 +103,7 @@ elif [ -z "$COKID" -a -z "$QRYID" ]; then cat <<-EOF + Bookman - New Collection

You have not yet set up a collection on this server.

@@ -111,12 +112,13 @@ elif [ -z "$COKID" -a -z "$QRYID" ]; then EOF exit 0 elif ! [ -d "${BDB}" ]; then - printf '%s 404 Not Found\r\n' "$SERVER_PROTOCOL" + printf 'Status: 404 Not Found\r\n' printf 'Content-Type: text/html; charset=utf-8\r\n\r\n' cat <<-EOF + Bookman - 404

The collection you requested does not exist on this server.

@@ -132,7 +134,7 @@ case "$(GET action)" in { git init "users/${NEWID}" || mkdir -p "users/${NEWID}"; } >&- - printf '%s 303 See Other\r\n' "$SERVER_PROTOCOL" + printf 'Status: 303 See Other\r\n' printf 'Location: %s\r\n' "${SCRIPT_NAME}?id=${NEWID}" SET_COOKIE +8640000 "id=${NEWID}" printf '\r\n' @@ -485,6 +487,7 @@ printf 'Content-Type: text/html; charset=utf-8\r\n\r\n' cat < + Bookman - Your Collection