Differences From:
File
src/setup.c
part of check-in
[72e9eb6a0d]
- Change • into • per ticket 2ed0655983b51af6.
by
drh on
2008-11-27 13:33:34.
[view]
To:
File
src/setup.c
part of check-in
[766bec08ce]
- Documentation tweaks. Change the "Setup" menu title to "Admin". Added
pages under Admin to view the RCVFROM table of the database.
by
drh on
2009-01-25 19:18:09.
[view]
@@ -57,9 +57,9 @@
if( !g.okSetup ){
login_needed();
}
- style_header("Setup");
+ style_header("Server Administration");
@ <table border="0" cellspacing="20">
setup_menu_entry("Users", "setup_ulist",
"Grant privileges to individual users.");
setup_menu_entry("Access", "setup_access",
@@ -77,8 +77,10 @@
setup_menu_entry("Footer", "setup_footer",
"Edit HTML text inserted at the bottom of every page");
setup_menu_entry("Shunned", "shun",
"Show artifacts that are shunned by this repository");
+ setup_menu_entry("Log", "rcvfromlist",
+ "A record of received artifacts and their sources");
setup_menu_entry("Stats", "stat",
"Display repository statistics");
@ </table>