Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-02-17
2000-02-17 05:28:00 by Per Hedbor <ph@opera.com>
9f9fc31b01016004c153980ba3b8063e77ce3d13 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
int* -> array(int), mixed * -> array
Rev: server/base_server/configuration.pike:1.264
3:
* (C) 1996 - 2000 Idonex AB. */
-
constant cvs_version = "$Id: configuration.pike,v 1.
263
2000/02/
16
16
:
04
:
59
per Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
264
2000/02/
17
05
:
28
:
00
per Exp $";
constant is_configuration = 1; #include <module.h> #include <roxen.h>
740:
public string last_modified_by(Stdio.File file, RequestID id) {
-
int
*
s;
+
array(
int
)
s;
int uid;
-
mixed
*
u;
+
array
u;
if(objectp(file)) s=file->stat(); if(!s || sizeof(s)<5) return "A. Nonymous";