From c339557b05c7bb835eb7e8d3642988c345e892e7 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 23 Sep 2009 13:11:06 -0400 Subject: register_argc_argv needs to be On so that we can process rc.linkup events --- etc/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc b/etc/rc index 6f9af63..649b046 100755 --- a/etc/rc +++ b/etc/rc @@ -262,7 +262,7 @@ implicit_flush = true magic_quotes_gpc = Off max_execution_time = 99999999 max_input_time = 99999999 -register_argc_argv = Off +register_argc_argv = On file_uploads = On upload_tmp_dir = ${upload_tmp_dir} upload_max_filesize = 90M -- cgit v1.1