Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2002-02-26
2002-02-26 13:25:28 by Marcus Wellhardh <wellhard@roxen.com>
be918b79b8a8507d501903b7c4c59f6ab3af0ce2 (
11
lines) (+
9
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Added license support. Added variable "license".
Rev: server/base_server/configuration.pike:1.499
5:
// @appears Configuration //! A site's main configuration
-
constant cvs_version = "$Id: configuration.pike,v 1.
498
2002/
01
/
29
21
:
17
:
34
mast
Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
499
2002/
02
/
26
13
:
25
:
28
wellhard
Exp $";
#include <module.h> #include <module_constants.h> #include <roxen.h>
3494:
" these files will be searched for, in this order:</p><br /> " " /foo/bar/404.inc, /foo/404.inc and /404.inc." ) );
+
defvar("license",
+
License.Variable("../license/", VAR_NO_DEFAULT,
+
DLOCALE(0, "License file"),
+
DLOCALE(0, "The license file for this configuration."),
+
this_object()));
-
+
class NoSuchFileOverride { // compatibility with old config-files.