Diff
Not logged in

Differences From:

File src/setup.c part of check-in [92e85dc68e] - added the behavior section to the admin page. It allows the user to enter fossil settings via the web ui by erik on 2009-05-27 02:38:06. [view]

To:

File src/setup.c part of check-in [7b32e45bd7] - changed title of admin/behavior page to be consistent with the other pages by erik on 2009-05-27 02:45:00. [view]

@@ -798,9 +798,9 @@
   if( !g.okSetup ){
     login_needed();
   }
 
-  style_header("Fossil SCM behavior");
+  style_header("Fossil SCM Behavior");
   db_begin_transaction();
   @ <form action="%s(g.zBaseURL)/setup_behavior" method="POST">
   login_insert_csrf_secret();