Fix typo
This commit is contained in:
parent
415471f12a
commit
e40d7bb5e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54671
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user