Adtional tweeks and fixes

This commit is contained in:
JonatanRek
2020-10-05 21:12:06 +02:00
parent 94d6576070
commit e3b7e866f0
6 changed files with 43 additions and 28 deletions

View File

@@ -16,9 +16,7 @@ class Spotify extends VirtualDeviceManager {
}
public function callback(){
$token = $_GET;
$actual_link = "http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";
var_dump($actual_link);
var_dump($_REQUEST);
(new SettingsManager)->create('spotify_token', $token);
}