summaryrefslogtreecommitdiffstats
path: root/src/usr/local/sbin
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-01-26 14:54:25 -0600
committerChris Buechler <cmb@pfsense.org>2016-01-26 14:54:25 -0600
commit9a01e17fabe162465bdf51bf26d78646b6c31414 (patch)
treea1380b4b144d2b722491f8538c3b14b99baa541d /src/usr/local/sbin
parent996486f42f84c6e8dde299c206ddebfeba233324 (diff)
downloadpfsense-9a01e17fabe162465bdf51bf26d78646b6c31414.zip
pfsense-9a01e17fabe162465bdf51bf26d78646b6c31414.tar.gz
correct function name. Ticket #5657
Diffstat (limited to 'src/usr/local/sbin')
-rwxr-xr-xsrc/usr/local/sbin/pfSsh.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/sbin/pfSsh.php b/src/usr/local/sbin/pfSsh.php
index e2912df..e6d5800 100755
--- a/src/usr/local/sbin/pfSsh.php
+++ b/src/usr/local/sbin/pfSsh.php
@@ -196,7 +196,7 @@ $playbackbuffer = "";
if ($argv[1]=="playback" or $argv[1]=="run") {
if (empty($argv[2]) || !file_exists("/etc/phpshellsessions/" . basename($argv[2]))) {
echo "Error: Invalid playback file specified.\n\n";
- show_playback_files();
+ get_playback_files();
exit(-1);
}
playback_file(basename($argv[2]));
OpenPOWER on IntegriCloud