Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2006-09-15
2006-09-15 12:06:42 by Marcus Wellhardh <wellhard@roxen.com>
72ba2c0abc82850931ce5982cf92b58b7cb1d9cd (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
No need for a cookie jar at log time.
Rev: server/base_server/configuration.pike:1.617
5:
// @appears Configuration //! A site's main configuration
-
constant cvs_version = "$Id: configuration.pike,v 1.
616
2006/09/
14
13
:
01
:
24
mast
Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
617
2006/09/
15
12
:
06
:
42
wellhard
Exp $";
#include <module.h> #include <module_constants.h> #include <roxen.h>
950:
// Call all logging functions array(function) log_funs = logger_module_cache||logger_modules(); if (sizeof(log_funs)) {
-
request_id->init_cookies();
+
request_id->init_cookies(
1
);
foreach(log_funs, function f) if( f( request_id, file ) ) return;