summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-06-06 17:09:48 -0400
committerScott Ullrich <sullrich@pfsense.org>2011-06-06 17:09:58 -0400
commitc88ff708b622450b4bd2704f0e2473b491761afc (patch)
tree816391e055fe46b1af6fe7c471052f9e5ae4e4a7 /etc/rc.php_ini_setup
parent4e19284675cafa8c81ed86e86e9554e4b80d6ecb (diff)
downloadpfsense-c88ff708b622450b4bd2704f0e2473b491761afc.zip
pfsense-c88ff708b622450b4bd2704f0e2473b491761afc.tar.gz
Include ssh2 module if available
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-xetc/rc.php_ini_setup2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index 67aceaf..5a138ed 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -112,6 +112,8 @@ PHPMODULES="$PHPMODULES pdo"
PHPMODULES="$PHPMODULES sqlite"
# ZeroMQ
PHPMODULES="$PHPMODULES zmq"
+# SSH2
+PHPMODULES="$PHPMODULES ssh2"
# pfSense extensions
PHPMODULES="$PHPMODULES pfSense"
OpenPOWER on IntegriCloud