summaryrefslogtreecommitdiffstats
path: root/usr/local/lib
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-04 22:47:41 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-04 22:47:41 +0000
commit879add632d4bf592173c631d80a5af7285fad85c (patch)
tree5f224d567d886bd89687fd49be5c58fb7651eae2 /usr/local/lib
parentf1550d2fdb609d29c0263a4b951a6c120c564e8e (diff)
downloadpfsense-879add632d4bf592173c631d80a5af7285fad85c.zip
pfsense-879add632d4bf592173c631d80a5af7285fad85c.tar.gz
Somehow the path is not being set past .:, remove it for testing
Diffstat (limited to 'usr/local/lib')
-rw-r--r--usr/local/lib/php.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/lib/php.ini b/usr/local/lib/php.ini
index da80250..2e2bfd4 100644
--- a/usr/local/lib/php.ini
+++ b/usr/local/lib/php.ini
@@ -9,7 +9,7 @@ upload_tmp_dir = /tmp
upload_max_filesize = 90M
post_max_size = 90M
html_errors = Off
-include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal:/usr/local/pkg"
+include_path = "/etc/inc:/usr/local/www:/usr/local/captiveportal:/usr/local/pkg"
apc.enabled="1"
apc.enable_cli="1"
apc.shm_size="30"
OpenPOWER on IntegriCloud