This commit is contained in:
Martin Blapp 2002-02-13 22:28:59 +00:00
parent 415471f12a
commit e40d7bb5e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54671

View File

@ -1,5 +1,14 @@
--- mod_frontpage.c Tue Feb 5 13:56:31 2002
+++ mod_frontpage.c Tue Feb 5 18:01:27 2002
@@ -124,7 +124,7 @@
"FrontPage disabled for server %s:%d\n",
s->server_hostname, s->port);
/*
- * As default, enable the mod_frontpage cgi administration
+ * As default, disable the mod_frontpage cgi administration
*/
if (c->admindisabled == -1)
c->admindisabled = TRUE;
@@ -491,10 +491,6 @@
return log_scripterror (r, c, FORBIDDEN, APLOG_ERR|APLOG_NOERRNO,
"fpEXEC stub writable by group or others");