From 1f53d0203cf1e26ca5ab91c571a0351647acd19d Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 2 Nov 2000 15:01:25 +0000 Subject: [PATCH] Restrict php_admin_value to *.conf files. --- sapi/apache2filter/apache_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/apache2filter/apache_config.c b/sapi/apache2filter/apache_config.c index 64913d62c3..6b4db83482 100644 --- a/sapi/apache2filter/apache_config.c +++ b/sapi/apache2filter/apache_config.c @@ -122,7 +122,7 @@ const command_rec dir_cmds[] = { AP_INIT_TAKE2("php_value", php_apache_value_handler, NULL, OR_OPTIONS, "PHP Value Modifier"), - AP_INIT_TAKE2("php_admin_value", php_apache_admin_value_handler, NULL, OR_OPTIONS, + AP_INIT_TAKE2("php_admin_value", php_apache_admin_value_handler, NULL, OR_NONE, "PHP Value Modifier"), {NULL} }; -- 2.50.1