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