diff options
author | Scott Ullrich <sullrich@gmail.com> | 2011-06-21 15:04:02 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@gmail.com> | 2011-06-21 15:04:02 -0400 |
commit | 140331035067961dc083493502a8932fe6699250 (patch) | |
tree | 0629ae4c184e006e3c33c4d4b9b5ed993cb4fe23 /etc | |
parent | 9c881f26b5e09bef0904a58fb83956a2d4ba1896 (diff) | |
download | pfsense-140331035067961dc083493502a8932fe6699250.zip pfsense-140331035067961dc083493502a8932fe6699250.tar.gz |
Fix copy and pasto
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.php_ini_setup | 2 |
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. |