summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-08-28 19:19:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-08-28 19:19:21 +0000
commitaf261b6255304a86026c7c19d36897ba962deb65 (patch)
tree3ea31bfe6ce93fc798f9b544d8a2689f42575735 /usr/local/sbin
parentccc1091ade1aa1b50c9dace04af0b585df227589 (diff)
downloadpfsense-af261b6255304a86026c7c19d36897ba962deb65.zip
pfsense-af261b6255304a86026c7c19d36897ba962deb65.tar.gz
Set $pkg_interface='console'; in php shell.
Diffstat (limited to 'usr/local/sbin')
-rwxr-xr-xusr/local/sbin/pfSsh.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/sbin/pfSsh.php b/usr/local/sbin/pfSsh.php
index f3fe9be..aaae9dc 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) {
OpenPOWER on IntegriCloud