From c88ff708b622450b4bd2704f0e2473b491761afc Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 6 Jun 2011 17:09:48 -0400 Subject: Include ssh2 module if available --- etc/rc.php_ini_setup | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.1