s4

changeset 114:81d9b2476f07

forget .htaccess
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 04 Aug 2015 11:06:58 +0900
parents 3bad3f525dfc
children 0b5ae7a73ddb
files .htaccess s4.cgi
diffstat 2 files changed, 1 insertions(+), 8 deletions(-) [+]
line diff
     1.1 --- a/.htaccess	Tue Aug 04 11:02:55 2015 +0900
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,7 +0,0 @@
     1.4 -Options	+ExecCGI +FollowSymLinks
     1.5 -AddType "text/html; charset=utf-8" .cgi .html
     1.6 -AddHandler cgi-script .cgi
     1.7 -<FilesMatch "^(.*\.sh|scripts)">
     1.8 - Order Deny,Allow
     1.9 - Deny from all
    1.10 -</FilesMatch>
     2.1 --- a/s4.cgi	Tue Aug 04 11:02:55 2015 +0900
     2.2 +++ b/s4.cgi	Tue Aug 04 11:06:58 2015 +0900
     2.3 @@ -47,7 +47,7 @@
     2.4      showattc "$@"
     2.5      exit 0			# Do not output further chunks
     2.6      ;;
     2.7 -  invite|groupman|userconf|groupconf|mems|grps|grp|grpaction|commission|editheading|editart|showattc|send2mem)
     2.8 +  invite|groupman|userconf|groupconf|mems|grps|grp|groupupdate|grpaction|commission|editheading|editart|showattc|send2mem)
     2.9      contenttype; echo
    2.10      [ -n "$1" ] && shift
    2.11      $stage "$@"