Fossil

Diff
Login

Differences From Artifact [c8e91b5a1b]:

To Artifact [f75cbc937c]:


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>Access by spiders and robots is forbidden</p>
}







|

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>
}