#!/bin/sh

echo -e "Content-type: text/html\r\n\r"

exec  2>&1

cat <<EOF
<html><body>
Marking all read.
EOF

# cd $RSSKISS_WWW_DIRECTORY  ||  exit 1

# Preserve owner and permissions.
cat subscriptions.org.guids_new  > subscriptions.org.guids_read

cat <<EOF
<p><a href="rsskiss_poll.cgi">Refresh</a>
<script>
window.location="rsskiss_poll.cgi";
</script>
</body></html>
EOF

