Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-11-30
1998-11-30 00:44:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a988d3328c00cfbf6ec9077de7539255ee62b725 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed AutoSite compatibility problem.
Rev: server/base_server/configuration.pike:1.170
1:
-
string cvs_version = "$Id: configuration.pike,v 1.
169
1998/11/
26
19
:
37
:
57
grubba Exp $";
+
string cvs_version = "$Id: configuration.pike,v 1.
170
1998/11/
30
00
:
44
:
59
grubba Exp $";
#include <module.h> #include <roxen.h>
777:
unsigned_to_bin(time(1)), (string)request_id->method, http_encode_string((string)request_id->not_query +
-
(request_id->misc->path_info || "")),
+
(
(
request_id->misc
&&
+
request_id
->
misc->
path_info
)
|| "")),
(string)request_id->prot, (string)(file->error||200), unsigned_short_to_bin(file->error||200),