Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2010-06-20
2010-06-20 15:48:27 by Jonas Wallden <jonasw@roxen.com>
7484e2986b50bb1fa35d927606d1e7af2e5a0034 (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Correct unbalanced trace macros.
Rev: server/base_server/configuration.pike:1.701
5:
// @appears Configuration //! A site's main configuration
-
constant cvs_version = "$Id: configuration.pike,v 1.
700
2010/06/
06
12
:
10
:
25
mast
Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
701
2010/06/
20
15
:
48
:
27
jonasw
Exp $";
#include <module.h> #include <module_constants.h> #include <roxen.h>
2640:
file=replace(file, "//", "/"); // "//" is really "/" here...
-
if (has_prefix(file, internal_location))
+
if (has_prefix(file, internal_location))
{
+
TRACE_LEAVE("");
return 0;
-
+
}
#ifdef URL_MODULES // Map URL-modules