Differences From Artifact [ffb80cbb97]:
- File src/security_audit.c — part of check-in [35f712d4d8] at 2017-07-12 03:02:20 on branch trunk — Fix a typo on the security audit webpage. (user: drh size: 13324) [more...]
To Artifact [7258617b28]:
- File src/security_audit.c — part of check-in [7c0b971437] at 2017-07-12 18:55:57 on branch trunk — Remove an unused variable from the security audit webpage. (user: drh size: 13312) [more...]
| ︙ | |||
42 43 44 45 46 47 48 | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | - |
** This page requires administrator access
*/
void secaudit0_page(void){
const char *zAnonCap; /* Capabilities of user "anonymous" and "nobody" */
const char *zPubPages; /* GLOB pattern for public pages */
char *z;
int n;
|
| ︙ |