mirror of
https://git.proxmox.com/git/pve-common
synced 2025-04-29 07:09:36 +00:00
subscription: switch verification domain over to shop.proxmox.com
With the merger the shop got moved from shop.maurer-it to shop.proxmox.com, while we transparently redirect we also want to stop doing that in a few years, so use new domain. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
0dcace5a6e
commit
ed94660616
@ -68,7 +68,7 @@ sub check_fields {
|
|||||||
sub check_subscription {
|
sub check_subscription {
|
||||||
my ($key, $server_id, $proxy) = @_;
|
my ($key, $server_id, $proxy) = @_;
|
||||||
|
|
||||||
my $whmcsurl = "https://shop.maurer-it.com";
|
my $whmcsurl = "https://shop.proxmox.com";
|
||||||
|
|
||||||
my $uri = "$whmcsurl/modules/servers/licensing/verify.php";
|
my $uri = "$whmcsurl/modules/servers/licensing/verify.php";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user