Differences From Artifact [12d3b58ba6]:
- File src/style.c — part of check-in [599e6abfb1] at 2010-03-08 14:18:44 on branch trunk — Make the File menu option default to showing only the files in tip. (user: drh size: 10579) [more...]
To Artifact [8050be3413]:
- File src/style.c — part of check-in [42ba7b97aa] at 2010-03-31 18:42:09 on branch trunk — Get chroot jails working correctly when a particular fossil repository is specified on the "http" command. This fixes a problem introduced by the multi-repository feature added by check-in [9cd2c42e79] on [2010-01-31]. (user: drh size: 10629) [more...]
| ︙ | ︙ | |||
405 406 407 408 409 410 411 412 413 414 |
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();
}
| > | 405 406 407 408 409 410 411 412 413 414 415 |
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>
@ g.zRepositoryName = %h(g.zRepositoryName)<br>
cgi_print_all();
style_footer();
}
|