--- a/htdocs/index.php Tue Dec 30 06:16:28 2008 -0500
+++ b/htdocs/index.php Tue Dec 30 06:16:54 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&channel=<?php echo urlencode($channel); ?>" />
+ <h1>Last 2 weeks</h1>
+ <img alt="Graph image" src="graph.php?mode=lastweek&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>