Diff
Not logged in

Differences From:

File src/style.c part of check-in [07f6780c98] - Remove unsupported and incomplete webpage functionality: The admin_sql page and the "my" page. by drh on 2009-08-16 21:34:30. [view]

To:

File src/style.c part of check-in [7ba10f1a6a] - When the "http" command is run as root, automatically set up a chroot jail and drop root privileges prior to reading any input. by drh on 2009-08-31 00:48:44. [view]

@@ -411,9 +411,12 @@
 ** WEBPAGE: test_env
 */
 void page_test_env(void){
   style_header("Environment Test");
+#if !defined(__MINGW32__)
+  @ uid=%d(getuid()), gid=%d(getgid())<br>
+#endif
   @ g.zBaseURL = %h(g.zBaseURL)<br>
   @ g.zTop = %h(g.zTop)<br>
   cgi_print_all();
   style_footer();
 }