Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2008-08-28
2008-08-28 16:07:22 by Jonas Wallden <jonasw@roxen.com>
132efa43f6ce0827dcf89b756e12061bd140f519 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
stat_file() now ignores /_internal/ resources.
Rev: server/base_server/configuration.pike:1.655
5:
// @appears Configuration //! A site's main configuration
-
constant cvs_version = "$Id: configuration.pike,v 1.
654
2008/08/
15
13
:
37
:
47
mast
Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
655
2008/08/
28
16
:
07
:
22
jonasw
Exp $";
#include <module.h> #include <module_constants.h> #include <roxen.h>
2625:
file=replace(file, "//", "/"); // "//" is really "/" here...
+
if (has_prefix(file, internal_location))
+
return 0;
+
#ifdef URL_MODULES // Map URL-modules string of = id->not_query;