Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2004-05-06
2004-05-06 18:40:33 by Martin Stjernholm <mast@lysator.liu.se>
73f932f53aa74916b3e1b21c2671d60ca13f43ab (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed type for owner.
Rev: server/base_server/configuration.pike:1.569
5:
// @appears Configuration //! A site's main configuration
-
constant cvs_version = "$Id: configuration.pike,v 1.
568
2004/05/06
16
:
51
:
16
grubba
Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
569
2004/05/06
18
:
40
:
33
mast
Exp $";
#include <module.h> #include <module_constants.h> #include <roxen.h>
1456:
int(0..1) recursive, string lockscope, string locktype,
-
string
owner,
+
array(Parser.XML.Tree.Node)
owner,
RequestID id) { // Canonicalize path.
1739:
foreach(location_module_cache||location_modules(), tmp) { loc = tmp[0];
-
if(
!search
(file, loc))
+
if(
has_prefix
(file, loc))
{ TRACE_ENTER(sprintf("Location module [%s] ", loc), tmp[1]); #ifdef MODULE_LEVEL_SECURITY