chiark / gitweb /
Some documentation.
[userv-utils.git] / www-cgi / www-cgi
index 294a34df569075dc424be6207d7272fa76739494..9b90786d35fc4539ddf114155b14708447239d9d 100644 (file)
@@ -1,9 +1,8 @@
-#
 if ( grep service-user-shell /etc/shells
-   & glob calling-user www
+   & glob calling-user www-data
    )
        reset
-       no-set-environment
        no-suppress-args
+       no-set-environment
        execute /usr/local/lib/user-cgi/target public-cgi
 fi