mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
11 lines
395 B
C
11 lines
395 B
C
--- 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;
|