Differences From:
File
src/main.c
part of check-in
[dbda8d6ce9]
- Initial check-in of m1 sources.
by
drh on
2007-07-21 14:10:57.
[view]
To:
File
src/main.c
part of check-in
[66f4caa379]
- Improvements to the WWW interface.
by
drh on
2007-07-23 19:52:51.
[view]
@@ -88,11 +88,14 @@
int okWrite; /* xfer inbound */
int okSetup; /* use Setup screens on web interface */
int okRdTkt; /* view tickets via web */
int okWrTkt; /* make changes to tickets via web */
+ int okNewTkt; /* create new tickets */
+ int okApndTkt; /* append to tickets via the web */
int okRdWiki; /* view wiki via web */
int okWrWiki; /* edit wiki via web */
- int okNewTkt; /* create new tickets */
+ int okNewWiki; /* create new wiki via web */
+ int okApndWiki; /* append to wiki via web */
int okPassword; /* change password */
int okAdmin; /* administrative permission */
int okDelete; /* delete wiki or tickets */
int okQuery; /* create new reports */