Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2004-04-20
2004-04-20 14:07:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8062049feb876c20bcb5736bf89318b51205aa5f (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Markup fix.
Rev: server/base_server/configuration.pike:1.558
5:
// @appears Configuration //! A site's main configuration
-
constant cvs_version = "$Id: configuration.pike,v 1.
557
2004/04/20 14:07:
14
grubba Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
558
2004/04/20 14:07:
49
grubba Exp $";
#include <module.h> #include <module_constants.h> #include <roxen.h>
1333:
//! modules except last and filter type modules are mapped, in order, //! and the first one that returns a suitable response is used. If //! `no_magic' is set to one, the internal magic roxen images and the
-
//!
<ref>
find_internal()
</ref>
callbacks will be ignored.
+
//!
@[
find_internal()
]
callbacks will be ignored.
//! //! The return values 0 (no such file) and -1 (the data is a //! directory) are only returned when `no_magic' was set to 1;