cgi.py: Set the default static URL prefix from user's `SCRIPT_NAME'.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 22 Dec 2014 20:32:58 +0000 (20:32 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 7 Apr 2015 18:54:17 +0000 (19:54 +0100)
commit2ec2b38ffe12eb14c57dc0053cdf70a93736a283
tree381004e9c3aceccbc808d1eb11e54cff4d8fff33
parent0c58273e69f08d17e69d9af6b04734bdce302532
cgi.py: Set the default static URL prefix from user's `SCRIPT_NAME'.

Otherwise you have to set them both, and that's just annoying.
cgi.py