mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
escape slash in hamqth aswell
This commit is contained in:
@@ -60,6 +60,7 @@ class Hamqth {
|
||||
|
||||
public function search($callsign, $key)
|
||||
{
|
||||
$callsign = str_replace("/", "/", $callsign);
|
||||
$data = null;
|
||||
try {
|
||||
// URL to the XML Source
|
||||
|
||||
Reference in New Issue
Block a user