summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-06-21 15:04:02 -0400
committerScott Ullrich <sullrich@gmail.com>2011-06-21 15:04:02 -0400
commit140331035067961dc083493502a8932fe6699250 (patch)
tree0629ae4c184e006e3c33c4d4b9b5ed993cb4fe23 /etc/rc.php_ini_setup
parent9c881f26b5e09bef0904a58fb83956a2d4ba1896 (diff)
downloadpfsense-140331035067961dc083493502a8932fe6699250.zip
pfsense-140331035067961dc083493502a8932fe6699250.tar.gz
Fix copy and pasto
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-xetc/rc.php_ini_setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index 8ac861c..d92e70b 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -201,7 +201,7 @@ fi
# Read in zend threaded modules
if [ -d /etc/php_dynamodules_zend_ts ]; then
DYNA_MODULES=`/bin/ls /etc/php_dynamodules_zend_ts/`
- PHP_ZEND_MODULES_TS="$PHP_ZEND_MODULES $DYNA_MODULES"
+ PHP_ZEND_MODULES_TS="$PHP_ZEND_MODULES_TS $DYNA_MODULES"
fi
# Loop through and generate modules to load.
OpenPOWER on IntegriCloud