Index: /trunk/wifidog-auth/wifidog/admin/user_stats.php
===================================================================
--- /trunk/wifidog-auth/wifidog/admin/user_stats.php	(revision 410)
+++ /trunk/wifidog-auth/wifidog/admin/user_stats.php	(revision 411)
@@ -25,5 +25,5 @@
 define('BASEPATH','../');
 require_once 'admin_common.php';
-require_once BASEPATH.'Statistics.php';
+require_once BASEPATH.'classes/Statistics.php';
 
 $smarty->assign("total_users",  $stats->getNumUsers());
Index: /trunk/wifidog-auth/wifidog/admin/templates/user_stats.html
===================================================================
--- /trunk/wifidog-auth/wifidog/admin/templates/user_stats.html	(revision 348)
+++ /trunk/wifidog-auth/wifidog/admin/templates/user_stats.html	(revision 411)
@@ -83,10 +83,10 @@
     </tr>
 
-    {section name=i loop=$most_apetite_users}
+    {section name=i loop=$most_greedy_users}
     <tr>
-        <td>{$most_apetite_users[i].user_id}</td>
-        <td>{$most_apetite_users[i].total}</td>
-        <td>{$most_apetite_users[i].total_incoming}</td>
-        <td>{$most_apetite_users[i].total_outgoing}</td>
+        <td>{$most_greedy_users[i].user_id}</td>
+        <td>{$most_greedy_users[i].total}</td>
+        <td>{$most_greedy_users[i].total_incoming}</td>
+        <td>{$most_greedy_users[i].total_outgoing}</td>
     </tr>
     {/section}
