Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-02-02
2000-02-02 04:15:19 by Per Hedbor <ph@opera.com>
20b07e9270c92efcebea1049ebb3725bbad22464 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
full_status() now works again
Rev: server/base_server/roxen.pike:1.402
5:
*/ // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
401
2000/02/02
00
:
19
:
52
per Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
402
2000/02/02
04
:
15:
19 per Exp $";
object backend_thread; ArgCache argcache;
766:
} } // Ouch.
+
id->misc->defaulted=1;
return values( urls )[0]->conf; }
1698:
for(tmp = 1; tmp < 4; tmp ++) { // FIXME: LOCALE?
-
+
if(foo[tmp] < 1024.0) foo[tmp] = sprintf("%.2f MB", foo[tmp]); else
1713:
tmp=(int)((foo[4]*600.0)/(uptime+1));
-
return(LOCALE->full_status(real_version,
boot_time,
start_time
-boot_time
,
+
return(LOCALE->full_status(real_version, start_time,
days, hrs, min, uptime%60, foo[1], foo[0] * 8192.0, foo[2], foo[4], (float)tmp/(float)10, foo[3]));