mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Handle non-premium qrzcq
This commit is contained in:
@@ -27,6 +27,10 @@ class Qrzcq {
|
||||
// Create XML object
|
||||
$xml = simplexml_load_string($xml);
|
||||
|
||||
if (isset($xml->Session->Error)) {
|
||||
log_message('debug', 'Error: '.$xml->Session->Error);
|
||||
}
|
||||
|
||||
// Return Session Key
|
||||
return (string) $xml->Session->Key;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user