Roxen.git
/
server
/
base_server
/
module.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/base_server/module.pike:1:
-
/
*
$Id: module.pike,v 1.
82
2000/02/20
11
:
29
:
02
mast
Exp $
*/
+
/
/
This file is part of Roxen Webserver.
+
// Copyright © 1996 - 2000, Roxen IS.
+
//
$Id: module.pike,v 1.
83
2000/02/20
17
:
41
:
33
nilsson
Exp $
#include <module_constants.h> #include <module.h> #include <request_trace.h> mapping (string:array) variables=([]); RoxenModule this = this_object(); mapping(string:array(int)) error_log=([]); constant is_module = 1;