ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/metaserver2.ext
(Generate patch)

Comparing deliantra/server/ext/metaserver2.ext (file contents):
Revision 1.5 by root, Wed Nov 14 08:09:46 2007 UTC vs.
Revision 1.6 by root, Thu Apr 8 19:31:22 2010 UTC

25 in_bytes => 0, # no can do 25 in_bytes => 0, # no can do
26 out_bytes => 0, # no can do 26 out_bytes => 0, # no can do
27 uptime => time - $cf::UPTIME, 27 uptime => time - $cf::UPTIME,
28 28
29 version => cf::VERSION, 29 version => cf::VERSION,
30 sc_version => cf::VERSION_SC, 30 sc_version => 2000,
31 cs_version => cf::VERSION_CS, 31 cs_version => 2000,
32 ); 32 );
33 33
34 my $content = 34 my $content =
35 join "&", 35 join "&",
36 map "$_=" . (URI::Escape::uri_escape_utf8 $form{$_}), 36 map "$_=" . (URI::Escape::uri_escape_utf8 $form{$_}),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines