Project

General

Profile

« Previous | Next » 

Revision 9a01e17f

Added by Chris Buechler over 9 years ago

correct function name. Ticket #5657

View differences:

src/usr/local/sbin/pfSsh.php
196 196
if ($argv[1]=="playback" or $argv[1]=="run") {
197 197
	if (empty($argv[2]) || !file_exists("/etc/phpshellsessions/" . basename($argv[2]))) {
198 198
		echo "Error: Invalid playback file specified.\n\n";
199
		show_playback_files();
199
		get_playback_files();
200 200
		exit(-1);
201 201
	}
202 202
	playback_file(basename($argv[2]));

Also available in: Unified diff