diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-06-22 00:23:51 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-06-22 00:23:51 +0000 |
commit | 8f45a0915cb24fa78ab3569b7bcab7fca8511c0b (patch) | |
tree | e63a59feacaf6cc5f42323548648893292adf34d /etc | |
parent | c046b79d457f6d70009863ac5e075c2f5fcde9e1 (diff) | |
download | pfsense-8f45a0915cb24fa78ab3569b7bcab7fca8511c0b.zip pfsense-8f45a0915cb24fa78ab3569b7bcab7fca8511c0b.tar.gz |
Use same module path as /usr/local/etc/ and /usr/local/lib
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -241,6 +241,7 @@ html_errors = Off zlib.output_compression = On zlib.output_compression_level = 5 include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal:/usr/local/pkg" +extension_dir=/usr/local/lib/php/20060613/ ; add additional extensions below ; standard PHP extension |