Set $pkg_interface='console'; in php shell.

This commit is contained in:
Scott Ullrich 2007-08-28 19:19:21 +00:00
parent ccc1091ade
commit af261b6255

View File

@ -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) {