~mailman-coders/mailman/2.1

« back to all changes in this revision

Viewing changes to src/common.c

  • Committer: Mark Sapiro
  • Date: 2018-01-28 01:45:22 UTC
  • Revision ID: mark@msapiro.net-20180128014522-9doar5kr5szgvrtm
Added more environment variables to those passed to CGIs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
        "SERVER_NAME=",
193
193
        "SERVER_PORT=",
194
194
        "USER=",
 
195
        "CONTENT_LENGTH=",
 
196
        "DOCUMENT_ROOT=",
 
197
        "SERVER_PROTOCOL=",
 
198
        "REQUEST_SCHEME=",
 
199
        "HTTPS=",
 
200
        "REMOTE_PORT=",
195
201
        NULL
196
202
};
197
203