summaryrefslogtreecommitdiffstats
path: root/src/usr/local/sbin
diff options
context:
space:
mode:
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