diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-09-23 13:11:06 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-09-23 13:11:06 -0400 |
commit | c339557b05c7bb835eb7e8d3642988c345e892e7 (patch) | |
tree | a05dcce489ab3b1963970f3f3e88fc6bd48420c5 /etc/rc | |
parent | 25c09d9c7cf24a9f475ae61792fc0cd92c1e9df6 (diff) | |
download | pfsense-c339557b05c7bb835eb7e8d3642988c345e892e7.zip pfsense-c339557b05c7bb835eb7e8d3642988c345e892e7.tar.gz |
register_argc_argv needs to be On so that we can process rc.linkup events
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |