Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2008-11-04
2008-11-04 18:05:16 by Martin Stjernholm <mast@lysator.liu.se>
a261b5263950a5fe28bcc7448ff0c3e1b4c42b74 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Small fix in last check-in.
Rev: server/base_server/roxen.pike:1.999
6:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
998
2008/11/04 18:
01
:
32
mast Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
999
2008/11/04 18:
05
:
16
mast Exp $";
//! @appears roxen //!
1583:
if (url_data) { conf = url_data->conf; if (!conf->inited) conf->enable_all_modules();
-
}
+
if (string config_path = url_data->path) adjust_for_config_path (config_path);
-
+
}
return set_path( raw_url ); }