Skip to content

Commit

Permalink
Update findkey.php to prompt for key and search both live_transmition…
Browse files Browse the repository at this point in the history
…s and live_transmitions_history tables
  • Loading branch information
Daniel Neto committed Aug 5, 2024
1 parent 06c2a42 commit e1f2188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/Live/tools/findkey.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
echo "Username: " . $row['user'] . "\n";
echo "Channel Name: " . $row['channelname'] . "\n";
echo "Source: " . $row['source'] . "\n";
echo "Source: " . $row['nodified'] . "\n";
echo "Modified: " . $row['modified'] . "\n";
echo "--------------------------\n";
$rows[] = $row;
}
Expand Down

0 comments on commit e1f2188

Please sign in to comment.