summaryrefslogtreecommitdiff
path: root/www-cgi/www-cgi
blob: c3dabfc4addd61758980b39105fac2d8a9362b6a (plain)
1
2
3
4
5
6
7
8
if ( grep service-user-shell /etc/shells
   & glob calling-user www-data
   )
	reset
	no-suppress-args
	no-set-environment
	execute /usr/local/lib/userv/cgi/target public-cgi
fi