Diff
Not logged in

Differences From:

File src/setup.c part of check-in [ed26056bb5] - fixed a small copy/paste error in /setup_ticket by wanderi1 on 2008-02-21 16:16:00. Also file src/setup.c part of check-in [588bb7cd73] - Merged to ed26056bb5. by aku on 2008-02-24 18:50:35. [view]

To:

File src/setup.c part of check-in [c51dd3058c] - Back out the "Home Page" configuration option added by 29374daa0d by drh on 2008-05-16 01:09:08. Also file src/setup.c part of check-in [80dc46d635] - Fix problems on the stat page that appear for larger repositories. by drh on 2008-03-06 00:26:55. [view]

@@ -75,8 +75,10 @@
   setup_menu_entry("Header", "setup_header",
     "Edit HTML text inserted at the top of every page");
   setup_menu_entry("Footer", "setup_footer",
     "Edit HTML text inserted at the bottom of every page");
+  setup_menu_entry("Stats", "stat",
+    "Display repository statistics");
   @ </table>
 
   style_footer();
 }