s4

diff s4.cgi @ 490:e4b929e40fa8

Add feature of limiting date range of POST count
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 08 Jun 2018 09:36:21 +0900
parents 8965bdad3172
children 0d8785102531
line diff
     1.1 --- a/s4.cgi	Mon Aug 14 12:32:36 2017 +0859
     1.2 +++ b/s4.cgi	Fri Jun 08 09:36:21 2018 +0900
     1.3 @@ -79,9 +79,9 @@
     1.4      echo "Refresh: 0; $newurl"; echo
     1.5      exit 0
     1.6      ;;
     1.7 -  lshandout|lshandoutall|gethandout|gethandoutcsv|gethandoutcsv2)
     1.8 +  lshandout|lshandoutall|gethandout|gethandoutcsv|gethandoutcsv2|blogseen)
     1.9      case "$stage" in
    1.10 -      lshandout*) contenttype; echo ;;
    1.11 +      lshandout*|blogseen*) contenttype; echo ;;
    1.12      esac
    1.13      rowid=${2%%[!A-Z0-9a-z_]*}
    1.14      if [ -z "$rowid" ]; then