Fossil

Diff
Login

Diff

Differences From Artifact [9469a23cd8]:

To Artifact [9a9bbad4f1]:


235
236
237
238
239
240
241


242
243
244
}

/*
** WEBPAGE: test_env
*/
void page_test_env(void){
  style_header("Environment Test");


  cgi_print_all();
  style_footer();
}







>
>



235
236
237
238
239
240
241
242
243
244
245
246
}

/*
** 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();
}