]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/mrtg/serv_mrtg.c
Removed references to Subversion in the code
[citadel.git] / citadel / modules / mrtg / serv_mrtg.c
index 18d2cbc6a4867bef13149a3f1f64de477f925b5a..a4be399268ef6530d22a4b5521e90dece439b7d2 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module supplies statistics about the activity levels of your Citadel
  * system.  We didn't bother writing a reporting module, because there is
  * already an excellent tool called MRTG (Multi Router Traffic Grapher) which
@@ -55,9 +53,7 @@
 #include "support.h"
 #include "config.h"
 #include "control.h"
-#include "room_ops.h"
 #include "user_ops.h"
-#include "policy.h"
 #include "database.h"
 #include "msgbase.h"
 
@@ -185,6 +181,6 @@ CTDL_MODULE_INIT(mrtg)
                CtdlRegisterProtoHook(cmd_mrtg, "MRTG", "Supply stats to MRTG");
        }
        
-       /* return our Subversion id for the Log */
-        return "$Id$";
+       /* return our module name for the log */
+        return "mrtg";
 }