Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1997-08-07
1997-08-07 17:18:31 by Mirar (Pontus Hagland) <pike@sort.mirar.org>
36086ba6dd89ae9fed06c5f4c2cced802f97ea7e (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
thist_object->this_object
Rev: server/base_server/configuration.pike:1.46
1:
-
string cvs_version = "$Id: configuration.pike,v 1.
45
1997/08/
06
16
:
39
:
06
grubba
Exp $";
+
string cvs_version = "$Id: configuration.pike,v 1.
46
1997/08/
07
17
:
18
:
31
mirar
Exp $";
#include <module.h> #include <roxen.h> /* A configuration.. */
2124:
if(prog=cache_lookup("modules", module_file)) { err = catch {
-
obj = prog(
thist
_object());
+
obj = prog(
this
_object());
}; } else { string dir;