From af261b6255304a86026c7c19d36897ba962deb65 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 28 Aug 2007 19:19:21 +0000 Subject: [PATCH] Set $pkg_interface='console'; in php shell. --- usr/local/sbin/pfSsh.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/local/sbin/pfSsh.php b/usr/local/sbin/pfSsh.php index f3fe9be38b..aaae9dced7 100755 --- a/usr/local/sbin/pfSsh.php +++ b/usr/local/sbin/pfSsh.php @@ -72,6 +72,8 @@ echo ".\n\n"; $shell_active = true; +$pkg_interface='console'; + echo "Type \"help\" to show common usage scnenarios."; while($shell_active == true) {