htdocs/index.php
changeset 34 a8daa2016cf1
parent 20 e2f6e3af9959
child 44 73f74d395f95
child 45 53a50ba4d690
--- a/htdocs/index.php	Sun Dec 07 17:54:29 2008 -0500
+++ b/htdocs/index.php	Sun Dec 14 00:35:52 2008 -0500
@@ -83,7 +83,9 @@
       ?>
     </ul>
     <h1>Last 24 hours</h1>
-    <img alt="Graph image" src="24hours.php?channel=<?php echo urlencode($channel); ?>" />
+    <img alt="Graph image" src="graph.php?mode=lastday&amp;channel=<?php echo urlencode($channel); ?>" />
+    <h1>Last 2 weeks</h1>
+    <img alt="Graph image" src="graph.php?mode=lastweek&amp;channel=<?php echo urlencode($channel); ?>" />
     
     <div class="footer">
     <b><?php echo $nick; ?> is a privacy-respecting bot.</b> <a href="privacy.php">Read about what information <?php echo $nick; ?> collects</a>