Differences From:
File
src/main.c
part of check-in
[9c952d247e]
- Separate "nobody" and "anonymous" logins.
by
drh on
2007-07-31 22:59:31.
[view]
To:
File
src/main.c
part of check-in
[fd36718ad9]
- Add the new "history" permission. Merge in changes that require
permissions to view the timeline.
by
drh on
2007-07-31 23:33:15.
[view]
@@ -99,8 +99,9 @@
int okPassword; /* change password */
int okAdmin; /* administrative permission */
int okDelete; /* delete wiki or tickets */
int okQuery; /* create new reports */
+ int okHistory; /* access historical information */
FILE *fDebug; /* Write debug information here, if the file exists */
};