Check-in [218577e3af]
Not logged in
Overview

SHA1 Hash:218577e3aff9282802ae7261c033aa54869607f7
Date: 2007-10-11 01:56:57
User: drh
Comment:Add the g.zBaseURL and g.zTop printouts to the test_env test page.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/style.c from [9469a23cd8] to [9a9bbad4f1].

@@ -237,8 +237,10 @@
 /*
 ** WEBPAGE: test_env
 */
 void page_test_env(void){
   style_header("Environment Test");
+  @ g.zBaseURL = %h(g.zBaseURL)<br>
+  @ g.zTop = %h(g.zTop)<hr>
   cgi_print_all();
   style_footer();
 }