]> 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 06c1f92cb0f78e3f29ba88257df7458bdd6b08e9..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
@@ -183,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";
 }