More removal of $Id$ tags
[citadel.git] / citadel / modules / mrtg / serv_mrtg.c
index 06c1f92cb0f78e3f29ba88257df7458bdd6b08e9..2a7d2408447c960eadaa617c2bcf1ce900334754 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
@@ -184,5 +182,5 @@ CTDL_MODULE_INIT(mrtg)
        }
        
        /* return our Subversion id for the Log */
-        return "$Id$";
+        return "mrtg";
 }