Hi,
sorting the files by total transferred data isn't working in the default webserver template due to a typo. It should read allxfer and not allxref

[tux@asus default]$ pwd
/home/tux/dreambox/cdk/amule-cvs.orig/src/webserver/default
[tux@asus default]$ diff -Naur shared.php.orig shared.php
--- shared.php.orig 2007-07-17 20:48:31.000000000 +0100
+++ shared.php 2007-09-22 14:31:51.582697250 +0100
@@ -241,7 +241,7 @@
<td valign=middle class="shared-header-left"><a href="shared.php?sort=name"><b>File Name</b></a></td>
<td valign=middle class="shared-header">
<a href="shared.php?sort=xfer"><b>Transferred Data</b></a> 
- <a href="shared.php?sort=allxref">(Total)
+ <a href="shared.php?sort=allxfer">(Total)
</td>
<td valign=middle class="shared-header">
<a href="shared.php?sort=req"><b>Requests</b></a> 
[tux@asus default]$
Could someone check it in for me, please?