Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-05-22
2000-05-22 05:24:09 by Per Hedbor <ph@opera.com>
4cb22107b8e9b115cf9e75e5b6be2705820eb5d2 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Hm. Why would we get m->file == 1? Well.
Rev: server/base_server/configuration.pike:1.309
3:
// // German translation by Kai Voigt
-
constant cvs_version = "$Id: configuration.pike,v 1.
308
2000/05/
06
09
:
34
:
12
kinkie
Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
309
2000/05/
22
05
:
24
:
09
per
Exp $";
constant is_configuration = 1; #include <module.h> #include <roxen.h>
2128:
res=""; m->data = 0;
-
if(m->file)
+
if(
objectp(
m->file)
)
{ res += m->file->read(); destruct(m->file);