Imported the stats pages here
authorJoey Schulze <joey@infodrom.org>
Thu, 14 Aug 2003 07:57:44 +0000 (07:57 +0000)
committerJoey Schulze <joey@infodrom.org>
Thu, 14 Aug 2003 07:57:44 +0000 (07:57 +0000)
src/index.wml

index 3f1cf6e..bf96f6e 100644 (file)
@@ -40,7 +40,7 @@
     $dirs = array ();
     while ($dentry = $dir->read()) {
       if ($dentry != "." && $dentry != ".." && is_dir ($dentry)
     $dirs = array ();
     while ($dentry = $dir->read()) {
       if ($dentry != "." && $dentry != ".." && is_dir ($dentry)
-        && $dentry != "gifs") {
+        && $dentry != "gifs" && $dentry != "stats") {
        $dirs[] = $dentry;
       }
     }
        $dirs[] = $dentry;
       }
     }
   }
 
   if (strlen ($list) > 0 && is_dir ($list)) {
   }
 
   if (strlen ($list) > 0 && is_dir ($list)) {
-    printf ("<li> <strong><a href=\"<root_prefix>Infodrom/mailstats/details.php3?list=%s\">Statistics</a></strong><br>",
+    printf ("<li> <strong><a href=\"<root_prefix>stats/details.php3?list=%s\">Statistics</a></strong><br>",
         $list);
   } else {
         $list);
   } else {
-    echo ("<li> <strong><a href=\"<root_prefix>Infodrom/mailstats/\">Statistics</a></strong><br>");
+    echo ("<li> <strong><a href=\"<root_prefix>stats/\">Statistics</a></strong><br>");
   }
 ?>
 
   }
 ?>