Differences From Artifact [c8e91b5a1b]:
- File src/style.c — part of check-in [403d937287] at 2013-10-18 11:46:50 on branch trunk — Add the ability to control the timeline date and time format from the Admin/Timeline setup menu. (user: drh size: 33357) [more...]
To Artifact [f75cbc937c]:
- File src/style.c — part of check-in [3ede3702a2] at 2013-10-28 14:01:28 on branch trunk — Change the anti-spider error message to be more welcoming to human users who happen to be using a browser without javascript support. (user: drh size: 33370) [more...]
| ︙ | ︙ | |||
1224 1225 1226 1227 1228 1229 1230 |
/*
** This page is a honeypot for spiders and bots.
**
** WEBPAGE: honeypot
*/
void honeypot_page(void){
cgi_set_status(403, "Forbidden");
| | | 1224 1225 1226 1227 1228 1229 1230 1231 1232 |
/*
** This page is a honeypot for spiders and bots.
**
** WEBPAGE: honeypot
*/
void honeypot_page(void){
cgi_set_status(403, "Forbidden");
@ <p>Please enable javascript or log in to see this content</p>
}
|